Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/tests/modern/spec/
H A DElement_getAttributeNS.phpt2 Element::getAttributeNS()
14 var_dump($body->getAttributeNS(NULL, "align"));
15 var_dump($body->getAttributeNS("", "align"));
16 var_dump($body->getAttributeNS(NULL, "ALIGN"));
17 var_dump($body->getAttributeNS("", "ALIGN"));
18 var_dump($body->getAttributeNS(NULL, "foo:bar"));
19 var_dump($body->getAttributeNS("", "foo:bar"));
20 var_dump($body->getAttributeNS(NULL, "FOO:BAR"));
21 var_dump($body->getAttributeNS("", "FOO:BAR"));
38 var_dump($body->getAttributeNS("urn:a", "local2"));
[all …]
/PHP-8.4/ext/dom/tests/
H A Dbug34276.phpt24 var_dump($foo->getAttributeNS('http://www.example.com/ns/foo', 'attra'));
30 var_dump($foo->getAttributeNS('http://www.example.com/ns/foo', 'attra'));
31 var_dump($foo->getAttributeNS('http://www.example.com/ns/fubar', 'attrb'));
32 var_dump($foo->getAttributeNS('http://www.example.com/ns/foo', 'attrc'));
H A DDOMElement_get_or_has_attribute_ns_xmlns.phpt11 var_dump($dom->documentElement->getAttributeNS('http://www.w3.org/2000/xmlns/', 'a'));
12 var_dump($dom->documentElement->getAttributeNS('http://www.w3.org/2000/xmlns/', 'b'));
H A Ddomelement.phpt37 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
41 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
48 echo "Language: ".$node->getAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang')."\n";
/PHP-8.4/ext/dom/
H A Dphp_dom.stub.php777 public function getAttributeNS(?string $namespace, string $localName): string {} function in DOMElement
1606 public function getAttributeNS(?string $namespace, string $localName): ?string {} function in Dom\\Element
H A Delement.c876 PHP_METHOD(DOMElement, getAttributeNS) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1181 ZEND_METHOD(DOMElement, getAttributeNS);
1435 ZEND_ME(DOMElement, getAttributeNS, arginfo_class_DOMElement_getAttributeNS, ZEND_ACC_PUBLIC)

Completed in 55 milliseconds