]> granicus.if.org Git - php/commitdiff
- Do not provide ns info in first sxe creation
authorMarcus Boerger <helly@php.net>
Fri, 14 Apr 2006 14:11:54 +0000 (14:11 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 14 Apr 2006 14:11:54 +0000 (14:11 +0000)
ext/simplexml/tests/profile12.phpt

index 108574de5b4edd560321254cdfb3dae51ff1632a..96c2fa674753b56f3adc19138ca479acff90ce2c 100755 (executable)
@@ -18,7 +18,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 </soap:Envelope>
 EOF;
 
-$sxe = simplexml_load_string($xml, NULL, 0, 'soap');
+$sxe = simplexml_load_string($xml);
 $nsl = $sxe->getNamespaces();
 var_dump($nsl);