Searched refs:hasAttributes (Results 1 – 9 of 9) sorted by relevance
2 DOMNode: hasAttributes()25 var_dump($element->hasAttributes());34 var_dump($element->hasAttributes());
20 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
21 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
130 public bool $hasAttributes; variable in XMLReader
364 public function hasAttributes(): bool {} function in DOMNode
511 ZEND_METHOD(DOMNode, hasAttributes);694 ZEND_ME(DOMNode, hasAttributes, arginfo_class_DOMNode_hasAttributes, ZEND_ACC_PUBLIC)
1403 PHP_METHOD(DOMNode, hasAttributes) in PHP_METHOD() argument
Completed in 29 milliseconds