Home
last modified time | relevance | path

Searched refs:localName (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.3/ext/phar/
H A Dphar_object.stub.php165 * @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 Dphar_object_arginfo.h19 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 DDOMNode_DOMNameSpaceNode_parentElement.phpt19 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 Dgh12616_3.phpt70 ["localName"]=>
93 ["localName"]=>
115 ["localName"]=>
138 ["localName"]=>
160 ["localName"]=>
H A Dbug69846.phpt77 ["localName"]=>
138 ["localName"]=>
193 ["localName"]=>
H A Dbug_lifetime_parentNode_getAttributeNodeNS.phpt16 var_dump($ns2->parentNode->localName);
H A Dbug45251.phpt26 echo $attr->parentNode->localName;
H A DDOMEntityReference_predefined_free.phpt40 ["localName"]=>
H A Dbug70359.phpt58 [localName] => xmlns
76 [localName] => xsi
H A Dbug80602_3.phpt75 ["localName"]=>
132 ["localName"]=>
H A Dbug78577.phpt25 ["localName"]=>
H A DDOMDocument_adoptNode_attribute_references.phpt17 var_dump($attr->namespaceURI, $attr->prefix, $attr->localName, $attr->nodeValue);
H A Dxpath_domnamespacenode.phpt29 ["localName"]=>
H A Dclone_nodes.phpt56 ["localName"]=>
H A Ddomobject_debug_handler.phpt97 ["localName"]=>
H A Ddomelement.phpt75 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 DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt35 echo 'local name: \'', $element->localName, '\', prefix: \'', $element->prefix, "'\n";
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php343 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 Dphp_dom_arginfo.h221 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)
H A Dphp_dom.h134 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
/PHP-8.3/ext/xmlreader/tests/
H A Dexpand.phpt25 if ($reader->localName == "book") {
/PHP-8.3/ext/phar/tests/
H A Dbadparameters.phpt238 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 Dcreate_path_error.phpt81 Exception: Phar::offsetSet(): Argument #1 ($localName) must not contain any null bytes
/PHP-8.3/ext/phar/tests/bug64931/
H A Dbug64931.phpt56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.stub.php138 public string $localName; variable in XMLReader

Completed in 37 milliseconds

12