From d1b5f0deaa8d552a3a00d1015420842eebfab9de Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 14 Apr 2006 14:11:54 +0000 Subject: [PATCH] - Do not provide ns info in first sxe creation --- ext/simplexml/tests/profile12.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/simplexml/tests/profile12.phpt b/ext/simplexml/tests/profile12.phpt index 108574de5b..96c2fa6747 100755 --- a/ext/simplexml/tests/profile12.phpt +++ b/ext/simplexml/tests/profile12.phpt @@ -18,7 +18,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" EOF; -$sxe = simplexml_load_string($xml, NULL, 0, 'soap'); +$sxe = simplexml_load_string($xml); $nsl = $sxe->getNamespaces(); var_dump($nsl); -- 2.50.1