Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A Ddomelement.phpt22 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
25 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
H A DDOMNode_removeChild_basic.phpt31 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
H A DDOMNode_cloneNode_basic.phpt31 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php200 public function hasAttribute(string $qualifiedName) {} function in DOMElement
H A Dphp_dom_arginfo.h493 ZEND_METHOD(DOMElement, hasAttribute);
709 ZEND_ME(DOMElement, hasAttribute, arginfo_class_DOMElement_hasAttribute, ZEND_ACC_PUBLIC)
H A Delement.c954 PHP_METHOD(DOMElement, hasAttribute) in PHP_METHOD() argument

Completed in 16 milliseconds