/PHP-8.3/ext/phar/ |
H A D | phar_object.stub.php | 165 * @param string $localName 168 public function offsetExists($localName): bool {} argument 171 * @param string $localName 177 * @param string $localName 184 * @param string $localName 187 public function offsetUnset($localName): void {} argument 428 * @param string $localName 435 * @param string $localName 442 * @param string $localName 450 * @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.3/ext/dom/tests/ |
H A D | DOMNode_DOMNameSpaceNode_parentElement.phpt | 19 var_dump($body->parentNode->localName); 20 var_dump($body->parentElement->localName); 40 var_dump($p->parentNode->localName); 41 var_dump($p->parentElement->localName);
|
H A D | gh12616_3.phpt | 70 ["localName"]=> 93 ["localName"]=> 115 ["localName"]=> 138 ["localName"]=> 160 ["localName"]=>
|
H A D | bug69846.phpt | 77 ["localName"]=> 138 ["localName"]=> 193 ["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 | DOMEntityReference_predefined_free.phpt | 40 ["localName"]=>
|
H A D | bug70359.phpt | 58 [localName] => xmlns 76 [localName] => xsi
|
H A D | bug80602_3.phpt | 75 ["localName"]=> 132 ["localName"]=>
|
H A D | bug78577.phpt | 25 ["localName"]=>
|
H A D | DOMDocument_adoptNode_attribute_references.phpt | 17 var_dump($attr->namespaceURI, $attr->prefix, $attr->localName, $attr->nodeValue);
|
H A D | xpath_domnamespacenode.phpt | 29 ["localName"]=>
|
H A D | clone_nodes.phpt | 56 ["localName"]=>
|
H A D | domobject_debug_handler.phpt | 97 ["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.3/ext/dom/ |
H A D | php_dom.stub.php | 343 public ?string $localName; variable in DOMNode 427 public ?string $localName; variable in DOMNameSpaceNode 603 public function getAttributeNS(?string $namespace, string $localName): string {} argument 609 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument 615 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} argument 621 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument 627 public function removeAttributeNS(?string $namespace, string $localName): void {} argument 744 public function createAttribute(string $localName) {} argument 759 public function createElement(string $localName, string $value = "") {} argument 780 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} argument [all …]
|
H A D | php_dom_arginfo.h | 221 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 230 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 239 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 248 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 255 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 328 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 346 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0) 493 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0)
|
/PHP-8.3/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.3/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.3/ext/phar/tests/bug64931/ |
H A D | bug64931.phpt | 56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 138 public string $localName; variable in XMLReader
|