Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/
H A DDOMElement_getAttributeNames.phpt2 DOMElement::getAttributeNames()
11 var_dump($dom->documentElement->getAttributeNames());
12 foreach ($dom->documentElement->getAttributeNames() as $name) {
H A Dgh16149.phpt2 GH-16149 (Null pointer dereference in DOMElement->getAttributeNames())
8 var_dump($element->getAttributeNames());
/php-src/ext/dom/
H A Dphp_dom.stub.php774 public function getAttributeNames(): array {} function in DOMElement
1602 public function getAttributeNames(): array {} function in Dom\\Element
H A Delement.c344 PHP_METHOD(DOMElement, getAttributeNames) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1185 ZEND_METHOD(DOMElement, getAttributeNames);
1440 ZEND_ME(DOMElement, getAttributeNames, arginfo_class_DOMElement_getAttributeNames, ZEND_ACC_PUBLIC)

Completed in 30 milliseconds