Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/spec/
H A DElement_hasAttributeNS.phpt2 Element::hasAttributeNS()
14 var_dump($body->hasAttributeNS(NULL, "align"));
15 var_dump($body->hasAttributeNS("", "align"));
16 var_dump($body->hasAttributeNS(NULL, "ALIGN"));
17 var_dump($body->hasAttributeNS("", "ALIGN"));
18 var_dump($body->hasAttributeNS(NULL, "foo:bar"));
19 var_dump($body->hasAttributeNS("", "foo:bar"));
20 var_dump($body->hasAttributeNS(NULL, "FOO:BAR"));
21 var_dump($body->hasAttributeNS("", "FOO:BAR"));
38 var_dump($body->hasAttributeNS("urn:a", "local2"));
[all …]
/php-src/ext/dom/tests/
H A DDOMElement_get_or_has_attribute_ns_xmlns.phpt13 var_dump($dom->documentElement->hasAttributeNS('http://www.w3.org/2000/xmlns/', 'a'));
14 var_dump($dom->documentElement->hasAttributeNS('http://www.w3.org/2000/xmlns/', 'b'));
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-src/ext/dom/
H A Dphp_dom.stub.php795 public function hasAttributeNS(?string $namespace, string $localName): bool {} function in DOMElement
1619 public function hasAttributeNS(?string $namespace, string $localName): bool {} function in Dom\\Element
H A Delement.c1315 PHP_METHOD(DOMElement, hasAttributeNS) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1192 ZEND_METHOD(DOMElement, hasAttributeNS);
1447 ZEND_ME(DOMElement, hasAttributeNS, arginfo_class_DOMElement_hasAttributeNS, ZEND_ACC_PUBLIC)

Completed in 46 milliseconds