Searched refs:getAttributeNames (Results 1 – 5 of 5) sorted by relevance
2 DOMElement::getAttributeNames()11 var_dump($dom->documentElement->getAttributeNames());12 foreach ($dom->documentElement->getAttributeNames() as $name) {
2 GH-16149 (Null pointer dereference in DOMElement->getAttributeNames())8 var_dump($element->getAttributeNames());
774 public function getAttributeNames(): array {} function in DOMElement1602 public function getAttributeNames(): array {} function in Dom\\Element
344 PHP_METHOD(DOMElement, getAttributeNames) in PHP_METHOD() argument
1185 ZEND_METHOD(DOMElement, getAttributeNames);1440 ZEND_ME(DOMElement, getAttributeNames, arginfo_class_DOMElement_getAttributeNames, ZEND_ACC_PUBLIC)
Completed in 30 milliseconds