Home
last modified time | relevance | path

Searched refs:querySelectorAll (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/dom/tests/modern/css_selectors/
H A Dtest_utils.inc7 $all = $dom->querySelectorAll($selector);
11 throw new Exception('Mismatch in querySelector and querySelectorAll');
28 foreach ($dom->querySelectorAll('*') as $node) {
42 var_dump(count($dom->querySelectorAll($selector)));
H A Dcombinators.phpt113 Dom\Document::querySelectorAll(): Argument #1 ($selectors) contains an unsupported selector
/PHP-8.4/ext/dom/
H A Dphp_dom.stub.php1331 public function querySelectorAll(string $selectors): NodeList; function
1684 public function querySelectorAll(string $selectors): NodeList {} function in Dom\\Element
1890 public function querySelectorAll(string $selectors): NodeList {} function in Dom\\DocumentFragment
2022 public function querySelectorAll(string $selectors): NodeList {} function in Dom\\Document
H A Delement.c1827 PHP_METHOD(Dom_Element, querySelectorAll) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1280 ZEND_METHOD(Dom_Element, querySelectorAll);
1663 ZEND_ME(Dom_Element, querySelectorAll, arginfo_class_Dom_Element_querySelectorAll, ZEND_ACC_PUBLIC)

Completed in 30 milliseconds