Home
last modified time | relevance | path

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

/PHP-8.2/ext/xsl/
H A Dphp_xsl.stub.php103 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {}
106 public function getParameter(string $namespace, string $name): string|false {}
109 public function removeParameter(string $namespace, string $name): bool {}
H A Dxsltprocessor.c480 char *namespace; in PHP_METHOD() local
551 char *namespace; in PHP_METHOD() local
574 char *namespace; in PHP_METHOD() local
619 zend_string *namespace, *name; in PHP_METHOD() local
/PHP-8.2/ext/dom/
H A Dxpath_callbacks.c165 zend_string *namespace; in php_dom_xpath_callbacks_delayed_lib_registration() local
179 const zend_string *namespace, in php_dom_xpath_callback_ns_update_method_handler()
271 php_dom_xpath_callback_ns *namespace = zend_hash_find_ptr(registry->namespaces, ns); in php_dom_xpath_callbacks_ensure_ns() local
283 php_dom_xpath_callback_ns *namespace = php_dom_xpath_callbacks_ensure_ns(registry, ns); in php_dom_xpath_callbacks_update_method_handler() local
293 php_dom_xpath_callback_ns *namespace = php_dom_xpath_callbacks_ensure_ns(registry, ns); in php_dom_xpath_callbacks_update_single_method_handler() local
490 const char *namespace = (const char *) ctxt->context->functionURI; in php_dom_xpath_callbacks_call_custom_ns() local
H A Dphp_dom.stub.php393 public function isDefaultNamespace(string $namespace): bool {}
407 public function lookupPrefix(string $namespace): ?string {}
645 public function getAttributeNS(?string $namespace, string $localName): string {}
651 public function getAttributeNodeNS(?string $namespace, string $localName) {}
657 … public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
663 public function hasAttributeNS(?string $namespace, string $localName): bool {}
669 public function removeAttributeNS(?string $namespace, string $localName): void {}
690 … public function setIdAttributeNS(string $namespace, string $qualifiedName, bool $isId): void {}
931 public function registerNamespace(string $prefix, string $namespace): bool {}
1064 public function createAttributeNS(?string $namespace, string $qualifiedName) {}
[all …]
H A Dxpath.c423 zend_string *namespace, *name; in PHP_METHOD() local
/PHP-8.2/ext/simplexml/
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {}
44 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null):…
47 …public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): voi…
/PHP-8.2/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): bool {}
157 …public function writeAttributeNs(?string $prefix, string $name, ?string $namespace, string $value)…
181 public function startElementNs(?string $prefix, string $name, ?string $namespace): bool {}
193 …public function writeElementNs(?string $prefix, string $name, ?string $namespace, ?string $content…
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.stub.php162 public function getAttributeNs(string $name, string $namespace): ?string {}
180 public function moveToAttributeNs(string $name, string $namespace): bool {}
/PHP-8.2/ext/soap/
H A Dphp_xml.c312 int parse_namespace(const xmlChar *inval, char **value, char **namespace) in parse_namespace()
H A Dsoap.stub.php442 public string $namespace; variable in SoapHeader
448 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde…
/PHP-8.2/build/
H A Dgen_stub.php934 public function __construct(?Name $namespace, string $const)

Completed in 48 milliseconds