Home
last modified time | relevance | path

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

/php-src/ext/xmlreader/tests/
H A Dvirtual_properties2.phpt22 var_dump(isset($reader->hasAttributes));
23 var_dump(empty($reader->hasAttributes));
24 var_dump(property_exists($reader, "hasAttributes"));
H A Dvirtual_properties3.phpt34 unset($reader->hasAttributes);
53 Cannot unset MyXMLReader::$hasAttributes
H A Dvar_dump.phpt20 ["hasAttributes"]=>
H A D006.phpt20 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
H A D004.phpt21 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->hasAttributes) {
H A DfromString_custom_constructor.phpt36 ["hasAttributes"]=>
H A DfromStream_custom_constructor.phpt42 ["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-src/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt2 DOMNode: hasAttributes()
25 var_dump($element->hasAttributes());
34 var_dump($element->hasAttributes());
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php112 public bool $hasAttributes; variable in XMLReader
/php-src/ext/dom/
H A Dphp_dom.stub.php437 public function hasAttributes(): bool {} function in DOMNode
1595 public function hasAttributes(): bool {} function in Dom\\Element
H A Dnode.c1557 PHP_METHOD(DOMNode, hasAttributes) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1144 ZEND_METHOD(DOMNode, hasAttributes);
1369 ZEND_ME(DOMNode, hasAttributes, arginfo_class_DOMNode_hasAttributes, ZEND_ACC_PUBLIC)

Completed in 49 milliseconds