Home
last modified time | relevance | path

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

/PHP-8.1/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 Dxpath_domnamespacenode.phpt2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
14 $xpath = new DOMXPath($doc);
H A Dnot_unserializable.phpt9 "DOMXPath",
26 Unserialization of 'DOMXPath' is not allowed
H A Dnot_serializable.phpt23 $xpath = new DOMXPath($doc);
41 Serialization of 'DOMXPath' is not allowed
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 Dxpath_domnamespacenode_advanced.phpt2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items - advanced variation
15 $xpath = new DOMXPath($dom);
H A Dbug42082.phpt8 $xpath = new DOMXPath($doc);
H A Dgh9142.phpt12 foreach ((new DOMXPath($dom))->query('//var') as $var) {
H A Dgh12616_2.phpt20 $xpath = new DOMXPath($doc);
H A Dbug80332_1.phpt12 $x = new DOMXPath($doc);
H A Dgh12616_3.phpt27 $xpath = new DOMXPath($doc);
/PHP-8.1/ext/spl/tests/
H A Dbug54971.phpt19 $xpath = new DOMXPath($doc);
/PHP-8.1/ext/dom/
H A Dxpath.c209 PHP_METHOD(DOMXPath, __construct) in PHP_METHOD() argument
290 PHP_METHOD(DOMXPath, registerNamespace) in PHP_METHOD() argument
470 PHP_METHOD(DOMXPath, query) in PHP_METHOD() argument
477 PHP_METHOD(DOMXPath, evaluate) in PHP_METHOD() argument
484 PHP_METHOD(DOMXPath, registerPhpFunctions) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h630 ZEND_METHOD(DOMXPath, __construct);
633 ZEND_METHOD(DOMXPath, evaluate);
636 ZEND_METHOD(DOMXPath, query);
639 ZEND_METHOD(DOMXPath, registerNamespace);
642 ZEND_METHOD(DOMXPath, registerPhpFunctions);
896 ZEND_ME(DOMXPath, __construct, arginfo_class_DOMXPath___construct, ZEND_ACC_PUBLIC)
899 ZEND_ME(DOMXPath, evaluate, arginfo_class_DOMXPath_evaluate, ZEND_ACC_PUBLIC)
902 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
905 ZEND_ME(DOMXPath, registerNamespace, arginfo_class_DOMXPath_registerNamespace, ZEND_ACC_PUBLIC)
908 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
H A Dphp_dom.stub.php678 class DOMXPath class

Completed in 29 milliseconds