Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt2 DOMNode: hasAttributes()
25 var_dump($element->hasAttributes());
34 var_dump($element->hasAttributes());
/PHP-8.3/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.3/ext/xmlreader/
H A Dphp_xmlreader.stub.php130 public bool $hasAttributes; variable in XMLReader
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php373 public function hasAttributes(): bool {} function in DOMNode
H A Dphp_dom_arginfo.h552 ZEND_METHOD(DOMNode, hasAttributes);
746 ZEND_ME(DOMNode, hasAttributes, arginfo_class_DOMNode_hasAttributes, ZEND_ACC_PUBLIC)
H A Dnode.c1415 PHP_METHOD(DOMNode, hasAttributes) in PHP_METHOD() argument

Completed in 26 milliseconds