Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/tests/
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt14 $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 Ddomelement.phpt44 $lang = $dom->createAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang');
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php708 public function createAttributeNS(?string $namespace, string $qualifiedName) {} function in DOMDocument
H A Dphp_dom_arginfo.h571 ZEND_METHOD(DOMDocument, createAttributeNS);
796 …ZEND_ME(DOMDocument, createAttributeNS, arginfo_class_DOMDocument_createAttributeNS, ZEND_ACC_PUBL…
H A Ddocument.c932 PHP_METHOD(DOMDocument, createAttributeNS) in PHP_METHOD() argument

Completed in 19 milliseconds