Searched refs:createAttributeNS (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/dom/tests/ |
H A D | setAttributeNodeNS_same_uri_different_prefix.phpt | 14 $attribute = $doc->createAttributeNS('http://php.net/ns1', 'foo:hello'); 18 $attribute = $doc->createAttributeNS('http://php.net/ns1', 'bar:hello'); 22 $attribute = $doc->createAttributeNS('http://php.net/ns1', 'hello');
|
H A D | domelement.phpt | 44 $lang = $dom->createAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang');
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 708 public function createAttributeNS(?string $namespace, string $qualifiedName) {} function in DOMDocument
|
H A D | php_dom_arginfo.h | 571 ZEND_METHOD(DOMDocument, createAttributeNS); 796 …ZEND_ME(DOMDocument, createAttributeNS, arginfo_class_DOMDocument_createAttributeNS, ZEND_ACC_PUBL…
|
H A D | document.c | 932 PHP_METHOD(DOMDocument, createAttributeNS) in PHP_METHOD() argument
|
Completed in 19 milliseconds