Home
last modified time | relevance | path

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

/PHP-8.2/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 Dgh16316.phpt2 GH-16316 (DOMXPath breaks when not initialized properly)
8 class Demo extends DOMXPath {
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 Dgh12616_3.phpt27 $xpath = new DOMXPath($doc);
/PHP-8.2/ext/spl/tests/
H A Dbug54971.phpt19 $xpath = new DOMXPath($doc);
/PHP-8.2/ext/dom/
H A Dxpath.c212 PHP_METHOD(DOMXPath, __construct) in PHP_METHOD() argument
298 PHP_METHOD(DOMXPath, registerNamespace) in PHP_METHOD() argument
478 PHP_METHOD(DOMXPath, query) in PHP_METHOD() argument
485 PHP_METHOD(DOMXPath, evaluate) in PHP_METHOD() argument
492 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)
897 ZEND_ME(DOMXPath, evaluate, arginfo_class_DOMXPath_evaluate, ZEND_ACC_PUBLIC)
898 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
899 ZEND_ME(DOMXPath, registerNamespace, arginfo_class_DOMXPath_registerNamespace, ZEND_ACC_PUBLIC)
900 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
H A Dphp_dom.stub.php913 class DOMXPath class
/PHP-8.2/
H A DNEWS88 . Fixed bug GH-16316 (DOMXPath breaks when not initialized properly).

Completed in 38 milliseconds