You appear to be a bot. Output may be restricted Description Usage xml_to_array( $in ); Parameters $in ( mixed ) required – Returns void Source File name: wordpress-develop-tests/phpunit/includes/utils.php Lines: 1 to 5 of 5 function xml_to_array( $in ) { $p = new TestXMLParser( $in ); return $p->data; } View on GitHub