Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt2 DOMNode: hasAttributes()
25 var_dump($element->hasAttributes());
34 var_dump($element->hasAttributes());
/PHP-8.1/ext/xmlreader/tests/
H A D006.phpt20 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
H A D004.phpt21 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
H A D003-mb.phpt21 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
H A D003.phpt21 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php13 public bool $hasAttributes; variable in XMLReader
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php129 public function hasAttributes(): bool {} function in DOMNode
H A Dphp_dom_arginfo.h511 ZEND_METHOD(DOMNode, hasAttributes);
694 ZEND_ME(DOMNode, hasAttributes, arginfo_class_DOMNode_hasAttributes, ZEND_ACC_PUBLIC)
H A Dnode.c1385 PHP_METHOD(DOMNode, hasAttributes) in PHP_METHOD() argument

Completed in 23 milliseconds