Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/spec/
H A DElement_hasAttribute.phpt2 Element::hasAttribute()
12 var_dump($body->hasAttribute("align"));
13 var_dump($body->hasAttribute("foo:bar"));
19 var_dump($body->hasAttribute("prefix:local"));
25 var_dump($body->hasAttribute("prefix:local2"));
26 var_dump($body->hasAttribute("Prefix:LOCAL2"));
34 var_dump($element->hasAttribute("Prefix:local2"));
35 var_dump($element->hasAttribute("Prefix:LOCAL2"));
36 var_dump($element->hasAttribute("prefix:local2"));
/php-src/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt42 $span->hasAttribute('test');
/php-src/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-src/ext/dom/
H A Dphp_dom.stub.php792 public function hasAttribute(string $qualifiedName): bool {} function in DOMElement
1617 public function hasAttribute(string $qualifiedName): bool {} function in Dom\\Element
H A Delement.c1286 PHP_METHOD(DOMElement, hasAttribute) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1191 ZEND_METHOD(DOMElement, hasAttribute);
1446 ZEND_ME(DOMElement, hasAttribute, arginfo_class_DOMElement_hasAttribute, ZEND_ACC_PUBLIC)

Completed in 29 milliseconds