Searched refs:DOMXPath (Results 1 – 20 of 20) sorted by relevance
/PHP-8.2/ext/dom/tests/ |
H A D | bug55700.phpt | 10 $xp = new DOMXPath($doc, true); 15 $xp = new DOMXPath($doc, false); 35 object(DOMXPath)#4 (2) {
|
H A D | gh16316.phpt | 2 GH-16316 (DOMXPath breaks when not initialized properly) 8 class Demo extends DOMXPath {
|
H A D | not_unserializable.phpt | 9 "DOMXPath", 26 Unserialization of 'DOMXPath' is not allowed
|
H A D | xpath_domnamespacenode.phpt | 2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items 14 $xpath = new DOMXPath($doc);
|
H A D | not_serializable.phpt | 23 $xpath = new DOMXPath($doc); 41 Serialization of 'DOMXPath' is not allowed
|
H A D | bug49490.phpt | 10 $xp = new DOMXPath($doc);
|
H A D | domxpath.phpt | 2 DOMXPath Tests 26 $xpath = new DOMXPath($dom);
|
H A D | bug45251.phpt | 16 $xpath = new DOMXPath($doc);
|
H A D | xpath_domnamespacenode_advanced.phpt | 2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items - advanced variation 15 $xpath = new DOMXPath($dom);
|
H A D | bug42082.phpt | 8 $xpath = new DOMXPath($doc);
|
H A D | gh9142.phpt | 12 foreach ((new DOMXPath($dom))->query('//var') as $var) {
|
H A D | gh12616_2.phpt | 20 $xpath = new DOMXPath($doc);
|
H A D | gh14702.phpt | 26 $xpath = new DOMXPath($doc);
|
H A D | bug80332_1.phpt | 12 $x = new DOMXPath($doc);
|
H A D | gh12616_3.phpt | 27 $xpath = new DOMXPath($doc);
|
/PHP-8.2/ext/spl/tests/ |
H A D | bug54971.phpt | 19 $xpath = new DOMXPath($doc);
|
/PHP-8.2/ext/dom/ |
H A D | xpath.c | 212 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 D | php_dom_arginfo.h | 630 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 D | php_dom.stub.php | 913 class DOMXPath class
|
/PHP-8.2/ |
H A D | NEWS | 88 . Fixed bug GH-16316 (DOMXPath breaks when not initialized properly).
|
Completed in 38 milliseconds