Home
last modified time | relevance | path

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

/PHP-8.2/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.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.2/ext/dom/
H A Dphp_dom.stub.php645 public function getAttributeNS(?string $namespace, string $localName): string {} function in DOMElement
H A Delement.c714 PHP_METHOD(DOMElement, getAttributeNS) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h683 ZEND_METHOD(DOMElement, getAttributeNS);
919 ZEND_ME(DOMElement, getAttributeNS, arginfo_class_DOMElement_getAttributeNS, ZEND_ACC_PUBLIC)

Completed in 25 milliseconds