Searched refs:closest (Results 1 – 8 of 8) sorted by relevance
2 Test DOM\Element::closest() method: invalid selector11 var_dump($dom->documentElement->closest('@invalid'));
2 Test DOM\Element::closest() method: legit cases23 var_dump($el->closest($selector)?->getAttribute('xml:id'));
31 number. Floats are the closest, but will not behave correctly for many
1686 public function closest(string $selectors): ?Element {} function in Dom\\Element
1940 PHP_METHOD(Dom_Element, closest) in PHP_METHOD() argument
1287 ZEND_METHOD(Dom_Element, closest);1671 ZEND_ME(Dom_Element, closest, arginfo_class_Dom_Element_closest, ZEND_ACC_PUBLIC)
2253 # This isn't really a magic number, but it's the closest thing to one
Completed in 184 milliseconds