Home
last modified time | relevance | path

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

/php-src/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-src/ext/dom/
H A Dphp_dom.stub.php1331 public function querySelectorAll(string $selectors): NodeList; function
1685 public function querySelectorAll(string $selectors): NodeList {} function in Dom\\Element
1894 public function querySelectorAll(string $selectors): NodeList {} function in Dom\\DocumentFragment
2026 public function querySelectorAll(string $selectors): NodeList {} function in Dom\\Document
H A Delement.c1919 PHP_METHOD(Dom_Element, querySelectorAll) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1286 ZEND_METHOD(Dom_Element, querySelectorAll);
1670 ZEND_ME(Dom_Element, querySelectorAll, arginfo_class_Dom_Element_querySelectorAll, ZEND_ACC_PUBLIC)

Completed in 32 milliseconds