Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt2 DOMNode: hasAttributes()
25 var_dump($element->hasAttributes());
34 var_dump($element->hasAttributes());
/PHP-8.0/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.0/ext/dom/
H A Dphp_dom.stub.php63 public function hasAttributes() {} function in DOMNode
H A Dphp_dom_arginfo.h453 ZEND_METHOD(DOMNode, hasAttributes);
634 ZEND_ME(DOMNode, hasAttributes, arginfo_class_DOMNode_hasAttributes, ZEND_ACC_PUBLIC)
H A Dnode.c1380 PHP_METHOD(DOMNode, hasAttributes) in PHP_METHOD() argument

Completed in 19 milliseconds