On Thu, Sep 15, 2011 at 3:20 PM, Matthew Pounsett <[email protected]> wrote: >> echo "<? print xml_parser_create(''); ?>" | php
Not anything to do with the problem, but you can just write:
php -r "print xml_parser_create('');"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

