Searched refs:getAttributeNS (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/dom/tests/ |
H A D | bug34276.phpt | 24 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 D | domelement.phpt | 37 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.3/ext/dom/ |
H A D | php_dom.stub.php | 603 public function getAttributeNS(?string $namespace, string $localName): string {} function in DOMElement
|
H A D | php_dom_arginfo.h | 592 ZEND_METHOD(DOMElement, getAttributeNS); 823 ZEND_ME(DOMElement, getAttributeNS, arginfo_class_DOMElement_getAttributeNS, ZEND_ACC_PUBLIC)
|
H A D | element.c | 717 PHP_METHOD(DOMElement, getAttributeNS) in PHP_METHOD() argument
|
Completed in 25 milliseconds