Home
last modified time | relevance | path

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

/PHP-8.2/ext/phar/
H A Dphar_object.stub.php181 * @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 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.2/ext/dom/tests/
H A Dgh12616_3.phpt70 ["localName"]=>
89 ["localName"]=>
107 ["localName"]=>
126 ["localName"]=>
144 ["localName"]=>
H A Dbug69846.phpt73 ["localName"]=>
126 ["localName"]=>
177 ["localName"]=>
H A Dbug_lifetime_parentNode_getAttributeNodeNS.phpt16 var_dump($ns2->parentNode->localName);
H A Dbug45251.phpt26 echo $attr->parentNode->localName;
H A Dbug80602_3.phpt67 ["localName"]=>
116 ["localName"]=>
H A Dbug78577.phpt25 ["localName"]=>
H A Dbug70359.phpt62 [localName] => xmlns
78 [localName] => xsi
H A Dxpath_domnamespacenode.phpt29 ["localName"]=>
H A Dclone_nodes.phpt56 ["localName"]=>
H A Ddomobject_debug_handler.phpt93 ["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.2/ext/dom/
H A Dphp_dom.stub.php334 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 Dphp_dom.h126 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
H A Dphp_dom_arginfo.h201 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 Dphp_dom.c1584 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 Dgh16292.phpt15 if ($reader->localName == "book") {
H A Dexpand.phpt25 if ($reader->localName == "book") {
/PHP-8.2/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.2/ext/phar/tests/bug64931/
H A Dbug64931.phpt56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.stub.php138 public string $localName; variable in XMLReader

Completed in 128 milliseconds