Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php72 public function isDefaultNamespace(string $namespace) {}
84 public function lookupPrefix(string $namespace) {}
185 public function getAttributeNS(?string $namespace, string $localName) {}
191 public function getAttributeNodeNS(?string $namespace, string $localName) {}
197 public function getElementsByTagNameNS(?string $namespace, string $localName) {}
203 public function hasAttributeNS(?string $namespace, string $localName) {}
209 public function removeAttributeNS(?string $namespace, string $localName) {}
261 public function createAttributeNS(?string $namespace, string $qualifiedName) {}
294 public function getElementsByTagNameNS(?string $namespace, string $localName) {}
388 public function getNamedItemNS(?string $namespace, string $localName) {}
[all …]
/PHP-8.0/ext/xsl/
H A Dphp_xsl.stub.php32 public function setParameter(string $namespace, array|string $name, ?string $value = null) {}
35 public function getParameter(string $namespace, string $name) {}
38 public function removeParameter(string $namespace, string $name) {}
H A Dxsltprocessor.c671 char *namespace; in PHP_METHOD() local
724 char *namespace; in PHP_METHOD() local
747 char *namespace; in PHP_METHOD() local
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php17 public function registerXPathNamespace(string $prefix, string $namespace) {}
43 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null) …
46 public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null) {}
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php23 …r_start_attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace): bool {}
25 …ite_attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace, string $val…
33 …ter_start_element_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace): bool {}
37 …write_element_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $namespace, ?string $co…
151 public function startAttributeNs(?string $prefix, string $name, ?string $namespace) {}
157 …public function writeAttributeNs(?string $prefix, string $name, ?string $namespace, string $value)…
181 public function startElementNs(?string $prefix, string $name, ?string $namespace) {}
193 …public function writeElementNs(?string $prefix, string $name, ?string $namespace, ?string $content…
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php17 public function getAttributeNs(string $name, string $namespace) {}
35 public function moveToAttributeNs(string $name, string $namespace) {}
/PHP-8.0/ext/soap/
H A Dphp_xml.c312 int parse_namespace(const xmlChar *inval, char **value, char **namespace) in parse_namespace()
H A Dsoap.stub.php16 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde…

Completed in 24 milliseconds