/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 182 public function getAttribute(string $qualifiedName) {} argument 188 public function getAttributeNode(string $qualifiedName) {} argument 194 public function getElementsByTagName(string $qualifiedName) {} argument 200 public function hasAttribute(string $qualifiedName) {} argument 206 public function removeAttribute(string $qualifiedName) {} argument 215 public function setAttribute(string $qualifiedName, string $value) {} argument 227 public function setIdAttribute(string $qualifiedName, bool $isId) {} argument 230 public function setIdAttributeNS(string $namespace, string $qualifiedName, bool $isId) {} argument 261 public function createAttributeNS(?string $namespace, string $qualifiedName) {} argument 291 public function getElementsByTagName(string $qualifiedName) {} argument [all …]
|
H A D | php_dom_arginfo.h | 103 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 110 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, qualifiedName, IS_STRING, 0, "\"\"") 167 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 173 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 202 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 208 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 217 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 223 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 255 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 271 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
|
/PHP-8.0/ext/simplexml/ |
H A D | simplexml.stub.php | 43 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null) … argument 46 public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null) {} argument
|
H A D | simplexml_arginfo.h | 65 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0) 71 ZEND_ARG_TYPE_INFO(0, qualifiedName, IS_STRING, 0)
|
/PHP-8.0/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 61 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) {} argument
|
H A D | php_xmlwriter_arginfo.h | 116 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.0/ext/simplexml/tests/ |
H A D | SimpleXMLElement_addAttribute_required_attribute_name.phpt | 21 SimpleXMLElement::addAttribute(): Argument #1 ($qualifiedName) cannot be empty
|
/PHP-8.0/ext/dom/tests/ |
H A D | dom_create_element.phpt | 213 /* the qualifiedName has a prefix and the namespaceURI is null */ 224 /* the qualifiedName has a prefix that is "xml" and the namespaceURI 264 /* the qualifiedName or its prefix is "xmlns" and the namespaceURI is 302 qualifiedName nor its prefix is "xmlns". */
|