Home
last modified time | relevance | path

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

/PHP-8.3/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 Dnot_unserializable.phpt9 "DOMXPath",
26 Unserialization of 'DOMXPath' is not allowed
H A Dxpath_domnamespacenode.phpt2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
14 $xpath = new DOMXPath($doc);
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 Dgh14702.phpt26 $xpath = new DOMXPath($doc);
H A Dbug80332_1.phpt12 $x = new DOMXPath($doc);
H A DDOMNode_contains.phpt26 $xpath = new DOMXPath($dom);
H A Dgh12616_3.phpt27 $xpath = new DOMXPath($doc);
H A DDOMNode_isEqualNode.phpt44 $xpath = new DOMXPath($dom1);
265 $xpath = new DOMXPath($dom);
/PHP-8.3/ext/spl/tests/
H A Dbug54971.phpt19 $xpath = new DOMXPath($doc);
/PHP-8.3/ext/dom/
H A Dxpath.c212 PHP_METHOD(DOMXPath, __construct) in PHP_METHOD() argument
293 PHP_METHOD(DOMXPath, registerNamespace) in PHP_METHOD() argument
473 PHP_METHOD(DOMXPath, query) in PHP_METHOD() argument
480 PHP_METHOD(DOMXPath, evaluate) in PHP_METHOD() argument
487 PHP_METHOD(DOMXPath, registerPhpFunctions) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h681 ZEND_METHOD(DOMXPath, __construct);
684 ZEND_METHOD(DOMXPath, evaluate);
687 ZEND_METHOD(DOMXPath, query);
690 ZEND_METHOD(DOMXPath, registerNamespace);
693 ZEND_METHOD(DOMXPath, registerPhpFunctions);
958 ZEND_ME(DOMXPath, __construct, arginfo_class_DOMXPath___construct, ZEND_ACC_PUBLIC)
959 ZEND_ME(DOMXPath, evaluate, arginfo_class_DOMXPath_evaluate, ZEND_ACC_PUBLIC)
960 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
961 ZEND_ME(DOMXPath, registerNamespace, arginfo_class_DOMXPath_registerNamespace, ZEND_ACC_PUBLIC)
962 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
H A Dphp_dom.stub.php955 class DOMXPath class
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt23 $xpath = new \DOMXPath($doc);

Completed in 28 milliseconds