mirror of
https://github.com/php/php-src.git
synced 2025-01-25 21:23:45 +08:00
- Do not provide ns info in first sxe creation
This commit is contained in:
parent
311a7af62d
commit
d1b5f0deaa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user