/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 181 * @param string $localName 184 public function offsetExists($localName): bool {} argument 187 * @param string $localName 193 * @param string $localName 200 * @param string $localName 203 public function offsetUnset($localName): void {} argument 444 * @param string $localName 451 * @param string $localName 458 * @param string $localName 466 * @param string $localName [all …]
|
H A D | phar_object_arginfo.h | 19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, localName, IS_STRING, 1, "null") 23 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 74 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 119 ZEND_ARG_INFO(0, localName) 123 ZEND_ARG_INFO(0, localName) 127 ZEND_ARG_INFO(0, localName) 132 ZEND_ARG_INFO(0, localName)
|
/PHP-8.2/ext/dom/tests/ |
H A D | gh12616_3.phpt | 70 ["localName"]=> 89 ["localName"]=> 107 ["localName"]=> 126 ["localName"]=> 144 ["localName"]=>
|
H A D | bug69846.phpt | 73 ["localName"]=> 126 ["localName"]=> 177 ["localName"]=>
|
H A D | bug_lifetime_parentNode_getAttributeNodeNS.phpt | 16 var_dump($ns2->parentNode->localName);
|
H A D | bug45251.phpt | 26 echo $attr->parentNode->localName;
|
H A D | bug80602_3.phpt | 67 ["localName"]=> 116 ["localName"]=>
|
H A D | bug78577.phpt | 25 ["localName"]=>
|
H A D | bug70359.phpt | 62 [localName] => xmlns 78 [localName] => xsi
|
H A D | xpath_domnamespacenode.phpt | 29 ["localName"]=>
|
H A D | clone_nodes.phpt | 56 ["localName"]=>
|
H A D | domobject_debug_handler.phpt | 93 ["localName"]=>
|
H A D | domelement.phpt | 75 echo 'Element Name: '.(($elem = $dom->getElementByID('n1'))?$elem->localName:'Not Found')."\n"; 78 echo 'Element Name: '.(($elem = $dom->getElementByID('n1'))?$elem->localName:'Not Found')."\n";
|
H A D | DOMDocument_getElementsByTagNameNS_match_any_namespace.phpt | 35 echo 'local name: \'', $element->localName, '\', prefix: \'', $element->prefix, "'\n";
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 334 public ?string $localName; variable in DOMNode 412 public ?string $localName; variable in DOMNameSpaceNode 573 public function getAttributeNS(?string $namespace, string $localName): string {} argument 579 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument 585 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} argument 591 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument 597 public function removeAttributeNS(?string $namespace, string $localName): void {} argument 705 public function createAttribute(string $localName) {} argument 720 public function createElement(string $localName, string $value = "") {} argument 741 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} argument [all …]
|
H A D | php_dom.h | 126 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
|
H A D | php_dom_arginfo.h | 201 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 210 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 219 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 228 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 235 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 291 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 309 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 452 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0)
|
H A D | php_dom.c | 1584 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { in dom_get_nsdecl() argument 1590 if (localName == NULL || xmlStrEqual(localName, (xmlChar *)"")) { in dom_get_nsdecl() 1602 if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) { in dom_get_nsdecl()
|
/PHP-8.2/ext/xmlreader/tests/ |
H A D | gh16292.phpt | 15 if ($reader->localName == "book") {
|
H A D | expand.phpt | 25 if ($reader->localName == "book") {
|
/PHP-8.2/ext/phar/tests/ |
H A D | badparameters.phpt | 238 PharData::delete(): Argument #1 ($localName) must be of type string, array given 258 Phar::offsetExists(): Argument #1 ($localName) must be of type string, array given 259 Phar::offsetGet(): Argument #1 ($localName) must be of type string, array given 261 PharData::offsetUnset(): Argument #1 ($localName) must be of type string, array given
|
H A D | create_path_error.phpt | 81 Exception: Phar::offsetSet(): Argument #1 ($localName) must not contain any null bytes
|
/PHP-8.2/ext/phar/tests/bug64931/ |
H A D | bug64931.phpt | 56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
|
/PHP-8.2/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 138 public string $localName; variable in XMLReader
|