Home
last modified time | relevance | path

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

/PHP-8.0/ext/phar/
H A Dphar_object.stub.php100 * @param string $localName
106 * @param string $localName
109 public function offsetGet($localName) {} argument
112 * @param string $localName
119 * @param string $localName
122 public function offsetUnset($localName) {} argument
360 * @param string $localName
367 * @param string $localName
371 public function offsetGet($localName) {} argument
374 * @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)
70 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0)
110 ZEND_ARG_INFO(0, localName)
116 ZEND_ARG_INFO(0, localName)
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php185 public function getAttributeNS(?string $namespace, string $localName) {} argument
191 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument
197 public function getElementsByTagNameNS(?string $namespace, string $localName) {} argument
203 public function hasAttributeNS(?string $namespace, string $localName) {} argument
209 public function removeAttributeNS(?string $namespace, string $localName) {} argument
258 public function createAttribute(string $localName) {} argument
273 public function createElement(string $localName, string $value = "") {} argument
294 public function getElementsByTagNameNS(?string $namespace, string $localName) {} argument
388 public function getNamedItemNS(?string $namespace, string $localName) {} argument
H A Dphp_dom.h113 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
H A Dphp_dom_arginfo.h178 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0)
250 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0)
265 ZEND_ARG_TYPE_INFO(0, localName, IS_STRING, 0)
H A Dphp_dom.c1496 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { in dom_get_nsdecl() argument
1502 if (localName == NULL || xmlStrEqual(localName, (xmlChar *)"")) { in dom_get_nsdecl()
1514 if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) { in dom_get_nsdecl()
/PHP-8.0/ext/dom/tests/
H A Dbug69846.phpt73 ["localName"]=>
126 ["localName"]=>
177 ["localName"]=>
H A Dbug45251.phpt26 echo $attr->parentNode->localName;
H A Ddomobject_debug_handler.phpt59 [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";
/PHP-8.0/ext/xmlreader/tests/
H A Dexpand.phpt24 if ($reader->localName == "book") {
/PHP-8.0/ext/phar/tests/bug64931/
H A Dbug64931.phpt56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
/PHP-8.0/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

Completed in 25 milliseconds