Home
last modified time | relevance | path

Searched refs:DOMXPath (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A Dbug55700.phpt10 $xp = new DOMXPath($doc, true);
15 $xp = new DOMXPath($doc, false);
35 object(DOMXPath)#4 (2) {
H A Dbug49490.phpt10 $xp = new DOMXPath($doc);
H A Ddomxpath.phpt2 DOMXPath Tests
26 $xpath = new DOMXPath($dom);
H A Dbug45251.phpt16 $xpath = new DOMXPath($doc);
H A Dbug42082.phpt8 $xpath = new DOMXPath($doc);
/PHP-8.0/ext/spl/tests/
H A Dbug54971.phpt21 $xpath = new DOMXPath($doc);
/PHP-8.0/ext/dom/
H A Dphp_dom_arginfo.h572 ZEND_METHOD(DOMXPath, __construct);
575 ZEND_METHOD(DOMXPath, evaluate);
578 ZEND_METHOD(DOMXPath, query);
581 ZEND_METHOD(DOMXPath, registerNamespace);
584 ZEND_METHOD(DOMXPath, registerPhpFunctions);
834 ZEND_ME(DOMXPath, __construct, arginfo_class_DOMXPath___construct, ZEND_ACC_PUBLIC)
837 ZEND_ME(DOMXPath, evaluate, arginfo_class_DOMXPath_evaluate, ZEND_ACC_PUBLIC)
840 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
843 ZEND_ME(DOMXPath, registerNamespace, arginfo_class_DOMXPath_registerNamespace, ZEND_ACC_PUBLIC)
846 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
H A Dxpath.c208 PHP_METHOD(DOMXPath, __construct) in PHP_METHOD() argument
289 PHP_METHOD(DOMXPath, registerNamespace) in PHP_METHOD() argument
475 PHP_METHOD(DOMXPath, query) in PHP_METHOD() argument
482 PHP_METHOD(DOMXPath, evaluate) in PHP_METHOD() argument
489 PHP_METHOD(DOMXPath, registerPhpFunctions) in PHP_METHOD() argument
H A Dphp_dom.stub.php418 class DOMXPath class
/PHP-8.0/
H A DNEWS1315 . Add property DOMXPath::$registerNodeNamespaces and constructor argument

Completed in 20 milliseconds