Home
last modified time | relevance | path

Searched refs:hasAttributeNS (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A Ddomelement.phpt38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
H A Dbug34276.phpt23 var_dump($foo->hasAttributeNS('http://www.example.com/ns/foo', 'attra'));
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php203 public function hasAttributeNS(?string $namespace, string $localName) {} function in DOMElement
H A Dphp_dom_arginfo.h494 ZEND_METHOD(DOMElement, hasAttributeNS);
710 ZEND_ME(DOMElement, hasAttributeNS, arginfo_class_DOMElement_hasAttributeNS, ZEND_ACC_PUBLIC)
H A Delement.c982 PHP_METHOD(DOMElement, hasAttributeNS) in PHP_METHOD() argument

Completed in 19 milliseconds