diff options
author | Marcus Boerger <helly@php.net> | 2006-04-14 14:11:54 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-04-14 14:11:54 +0000 |
commit | d1b5f0deaa8d552a3a00d1015420842eebfab9de (patch) | |
tree | 415e87a4274d278cc4cc262c3e967e48cf97e307 | |
parent | 311a7af62d23c9e695e9dd45d3e85df96cf845d2 (diff) | |
download | php-git-d1b5f0deaa8d552a3a00d1015420842eebfab9de.tar.gz |
- Do not provide ns info in first sxe creation
-rwxr-xr-x | ext/simplexml/tests/profile12.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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" </soap:Envelope> EOF; -$sxe = simplexml_load_string($xml, NULL, 0, 'soap'); +$sxe = simplexml_load_string($xml); $nsl = $sxe->getNamespaces(); var_dump($nsl); |