Home
last modified time | relevance | path

Searched refs:getNamespaces (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/simplexml/tests/
H A Dbug41861.phpt2 Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
17 $namespaces = $xml->getNamespaces(True);
19 $namespaces = $xml->getNamespaces(False);
27 $namespaces = $child->getNamespaces(false);
H A D025.phpt21 var_dump($sxe->getNamespaces());
22 var_dump($sxe->getNamespaces(true));
35 var_dump($sxe->getNamespaces());
45 var_dump($sxe->getNamespaces());
H A Dbug55098.phpt23 test($nodes, "getNamespaces", fn ($n) => $n->getNamespaces());
53 --- getNamespaces ---
H A Dprofile12.phpt24 $nsl = $sxe->getNamespaces();
/php-src/ext/simplexml/
H A Dsimplexml.stub.php30 public function getNamespaces(bool $recursive = false): array {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h109 ZEND_METHOD(SimpleXMLElement, getNamespaces);
139 …ZEND_ME(SimpleXMLElement, getNamespaces, arginfo_class_SimpleXMLElement_getNamespaces, ZEND_ACC_PU…
H A Dsimplexml.c1461 PHP_METHOD(SimpleXMLElement, getNamespaces) in PHP_METHOD() argument

Completed in 17 milliseconds