Searched defs:localName (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/phar/ |
H A D | phar_object.stub.php | 87 public function addFromString(string $localName, string $contents): void {} 120 public function delete(string $localName): true {} 168 public function offsetExists($localName): bool {} 174 public function offsetGet($localName): SplFileInfo {} 181 public function offsetSet($localName, $value): void {} 187 public function offsetUnset($localName): void {} 336 public function delete(string $localName): true {} 427 public function offsetExists($localName): bool {} 434 public function offsetGet($localName): SplFileInfo {} 442 public function offsetSet($localName, $value): void {} [all …]
|
/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) {} 795 public function hasAttributeNS(?string $namespace, string $localName): bool {} 954 public function createAttribute(string $localName) {} 969 public function createElement(string $localName, string $value = "") {} 1580 public string $localName; variable in Dom\\Element 1619 public function hasAttributeNS(?string $namespace, string $localName): bool {} 1727 public string $localName; variable in Dom\\Attr 1962 public function createElement(string $localName): Element {} [all …]
|
H A D | php_dom.c | 2071 …nd_extract(const zend_string *namespace, const zend_string *qname, xmlChar **localName, xmlChar **… in dom_validate_and_extract() 2230 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { in dom_get_nsdecl()
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 124 public string $localName; variable in XMLReader
|
Completed in 26 milliseconds