Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt42 $span->hasAttribute('test');
/PHP-8.3/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.phpt29 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
H A DDOMNode_cloneNode_basic.phpt29 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php618 public function hasAttribute(string $qualifiedName): bool {} function in DOMElement
H A Dphp_dom_arginfo.h597 ZEND_METHOD(DOMElement, hasAttribute);
828 ZEND_ME(DOMElement, hasAttribute, arginfo_class_DOMElement_hasAttribute, ZEND_ACC_PUBLIC)
H A Delement.c1123 PHP_METHOD(DOMElement, hasAttribute) in PHP_METHOD() argument

Completed in 22 milliseconds