helly Fri Apr 14 14:11:54 2006 UTC
Modified files:
/php-src/ext/simplexml/tests profile12.phpt
Log:
- Do not provide ns info in first sxe creation
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/profile12.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/simplexml/tests/profile12.phpt
diff -u php-src/ext/simplexml/tests/profile12.phpt:1.1
php-src/ext/simplexml/tests/profile12.phpt:1.2
--- php-src/ext/simplexml/tests/profile12.phpt:1.1 Fri Apr 14 14:07:51 2006
+++ php-src/ext/simplexml/tests/profile12.phpt Fri Apr 14 14:11:54 2006
@@ -18,7 +18,7 @@
</soap:Envelope>
EOF;
-$sxe = simplexml_load_string($xml, NULL, 0, 'soap');
+$sxe = simplexml_load_string($xml);
$nsl = $sxe->getNamespaces();
var_dump($nsl);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php