Searched refs:getDocNamespaces (Results 1 – 9 of 9) sorted by relevance
2 Bug #55218 getDocNamespaces from current element and not root20 echo "getDocNamespaces\n";24 var_dump ( $x->getDocNamespaces(true) ) ;25 var_dump( $x->person[0]->getDocNamespaces(true) );26 var_dump( $x->person[1]->getDocNamespaces(true) );30 var_dump( $x->getDocNamespaces(false) );31 var_dump( $x->person[0]->getDocNamespaces(false) );32 var_dump( $x->person[1]->getDocNamespaces(false) );37 var_dump ( $x->getDocNamespaces(true, false) ) ;43 var_dump( $x->getDocNamespaces(false, false) );[all …]
2 getDocNamespaces() without internal namespace declaration in the document21 var_dump($sxe->getDocNamespaces(true));26 var_dump($sxe->getDocNamespaces(true));30 var_dump($sxe->getDocNamespaces(true));
2 Testing getDocNamespaces() with invalid XML8 var_dump($xml->getDocNamespaces());
23 var_dump($sxe->getDocNamespaces());24 var_dump($sxe->getDocNamespaces(true));36 var_dump($sxe->getDocNamespaces());46 var_dump($sxe->getDocNamespaces());
11 $xml=new SimpleXMLElement(0,9000000000);var_dump($xml->getDocNamespaces())?>
26 var_dump($sxe->getDocNamespaces());
33 public function getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false {} function in SimpleXMLElement
110 ZEND_METHOD(SimpleXMLElement, getDocNamespaces);140 …ZEND_ME(SimpleXMLElement, getDocNamespaces, arginfo_class_SimpleXMLElement_getDocNamespaces, ZEND_…
1540 PHP_METHOD(SimpleXMLElement, getDocNamespaces) in PHP_METHOD() argument
Completed in 14 milliseconds