Searched refs:localName (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 100 * @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 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) 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 D | php_dom.stub.php | 185 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 D | php_dom.h | 113 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
|
H A D | php_dom_arginfo.h | 178 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 D | php_dom.c | 1496 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 D | bug69846.phpt | 73 ["localName"]=> 126 ["localName"]=> 177 ["localName"]=>
|
H A D | bug45251.phpt | 26 echo $attr->parentNode->localName;
|
H A D | domobject_debug_handler.phpt | 59 [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";
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | expand.phpt | 24 if ($reader->localName == "book") {
|
/PHP-8.0/ext/phar/tests/bug64931/ |
H A D | bug64931.phpt | 56 CAUGHT: Phar::addFromString(): Argument #1 ($localName) must not contain any null bytes
|
/PHP-8.0/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
|
Completed in 24 milliseconds