Home
last modified time | relevance | path

Searched refs:registerXPathNamespace (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/simplexml/tests/
H A Dbug45553.phpt15 $x->registerXPathNamespace("a", "http://a");
H A Dsimplexml_uninitialized.phpt41 var_dump($sxe->registerXPathNamespace('', ''));
/php-src/ext/simplexml/
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h107 ZEND_METHOD(SimpleXMLElement, registerXPathNamespace);
136 …ZEND_ME(SimpleXMLElement, registerXPathNamespace, arginfo_class_SimpleXMLElement_registerXPathName…
H A Dsimplexml.c1312 PHP_METHOD(SimpleXMLElement, registerXPathNamespace) in PHP_METHOD() argument

Completed in 24 milliseconds