Home
last modified time | relevance | path

Searched refs:qualifiedName (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A Dgh12870.inc3 function test(?string $uri, string $qualifiedName) {
5 echo "--- Testing $uri_readable, \"$qualifiedName\" ---\n";
9 $attr = $d->createAttributeNS($uri, $qualifiedName);
20 $parts = explode(':', $qualifiedName);
H A Ddom_create_element.phpt213 /* the qualifiedName has a prefix and the namespaceURI is null */
224 /* the qualifiedName has a prefix that is "xml" and the namespaceURI
260 /* the qualifiedName or its prefix is "xmlns" and the namespaceURI is
298 qualifiedName nor its prefix is "xmlns". */
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php598 public function getAttribute(string $qualifiedName): string {} argument
606 public function getAttributeNode(string $qualifiedName) {} argument
612 public function getElementsByTagName(string $qualifiedName): DOMNodeList {} argument
618 public function hasAttribute(string $qualifiedName): bool {} argument
624 public function removeAttribute(string $qualifiedName): bool {} argument
636 … public function setAttributeNS(?string $namespace, string $qualifiedName, string $value): void {} argument
645 public function setIdAttribute(string $qualifiedName, bool $isId): void {} argument
648 public function setIdAttributeNS(string $namespace, string $qualifiedName, bool $isId): void {} argument
653 public function toggleAttribute(string $qualifiedName, ?bool $force = null): bool {} argument
747 public function createAttributeNS(?string $namespace, string $qualifiedName) {} argument
[all …]
H A Dphp_dom_arginfo.h134 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
208 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
214 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
225 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
234 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
243 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
263 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
269 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
278 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
284 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
[all …]
/PHP-8.3/ext/simplexml/
H A Dsimplexml.stub.php44 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null):… argument
47 …public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): voi… argument
H A Dsimplexml_arginfo.h65 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
71 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php61 function xmlwriter_start_dtd(XMLWriter $writer, string $qualifiedName, ?string $publicId = null, ?s… argument
67 function xmlwriter_start_dtd_element(XMLWriter $writer, string $qualifiedName): bool {} argument
265 …public function startDtd(string $qualifiedName, ?string $publicId = null, ?string $systemId = null… argument
283 public function startDtdElement(string $qualifiedName): bool {} argument
H A Dphp_xmlwriter_arginfo.h116 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
133 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
275 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
290 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
/PHP-8.3/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt21 SimpleXMLElement::addAttribute(): Argument #1 ($qualifiedName) cannot be empty
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt60 $test = new DOMElement("qualifiedName", "test");

Completed in 24 milliseconds