/php-src/ext/phar/ |
H A D | phar_object.stub.php | 120 public function delete(string $localName): true {} argument 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 423 * @param string $localName 430 * @param string $localName 437 * @param string $localName [all …]
|
/php-src/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 | gh13863.phpt | 47 var_dump($i, $node->localName); 61 var_dump($i, $node->localName); 75 var_dump($i, $node->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 | gh16356.phpt | 21 ["localName"]=> 83 ["localName"]=>
|
H A D | gh16465.phpt | 28 DOMElement::getElementsByTagNameNS(): Argument #2 ($localName) must not contain any null bytes
|
H A D | xpath_domnamespacenode.phpt | 29 ["localName"]=>
|
H A D | gh15192.phpt | 19 ["localName"]=>
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 407 public ?string $localName; variable in DOMNode 512 public ?string $localName; variable in DOMNameSpaceNode 783 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument 795 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument 954 public function createAttribute(string $localName) {} argument 969 public function createElement(string $localName, string $value = "") {} argument 1580 public string $localName; variable in Dom\\Element 1619 public function hasAttributeNS(?string $namespace, string $localName): bool {} argument 1727 public string $localName; variable in Dom\\Attr 1962 public function createElement(string $localName): Element {} argument [all …]
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_implementation_createDocumentType.phpt | 69 ["localName"]=> 120 ["localName"]=> 171 ["localName"]=> 222 ["localName"]=>
|
H A D | Element_setAttributeNode_adoption.phpt | 36 var_dump($attr2->prefix, $attr2->namespaceURI, $attr2->localName); 37 var_dump($attr3->prefix, $attr3->namespaceURI, $attr3->localName);
|
/php-src/ext/xmlreader/tests/ |
H A D | var_dump.phpt | 28 ["localName"]=>
|
H A D | gh16292.phpt | 15 if ($reader->localName == "book") {
|
H A D | expand.phpt | 25 if ($reader->localName == "book") {
|
H A D | fromString_custom_constructor.phpt | 42 ["localName"]=>
|
H A D | fromStream_custom_constructor.phpt | 48 ["localName"]=>
|
/php-src/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
|