Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/dom/
H A Dphp_dom.stub.php591 public function hasAttributeNS(?string $namespace, string $localName): bool {} function in DOMElement
H A Dphp_dom_arginfo.h552 ZEND_METHOD(DOMElement, hasAttributeNS);
772 ZEND_ME(DOMElement, hasAttributeNS, arginfo_class_DOMElement_hasAttributeNS, ZEND_ACC_PUBLIC)
H A Delement.c1029 PHP_METHOD(DOMElement, hasAttributeNS) in PHP_METHOD() argument

Completed in 17 milliseconds