Home
last modified time | relevance | path

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

/php-src/ext/xsl/
H A Dphp_xsl.stub.php107 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {}
110 public function getParameter(string $namespace, string $name): string|false {}
113 public function removeParameter(string $namespace, string $name): bool {}
H A Dxsltprocessor.c552 static zend_string *xsl_create_parameter_key(uint32_t arg_num, const zend_string *namespace, zend_s… in xsl_create_parameter_key()
586 zend_string *namespace, *string_key, *name, *value = NULL; in PHP_METHOD() local
670 zend_string *namespace, *name; in PHP_METHOD() local
695 zend_string *namespace, *name; in PHP_METHOD() local
744 zend_string *namespace, *name; in PHP_METHOD() local
/php-src/ext/dom/
H A Dxpath_callbacks.c169 zend_string *namespace; in php_dom_xpath_callbacks_delayed_lib_registration() local
183 const zend_string *namespace, in php_dom_xpath_callback_ns_update_method_handler()
275 php_dom_xpath_callback_ns *namespace = zend_hash_find_ptr(registry->namespaces, ns); in php_dom_xpath_callbacks_ensure_ns() local
287 php_dom_xpath_callback_ns *namespace = php_dom_xpath_callbacks_ensure_ns(registry, ns); in php_dom_xpath_callbacks_update_method_handler() local
297 php_dom_xpath_callback_ns *namespace = php_dom_xpath_callbacks_ensure_ns(registry, ns); in php_dom_xpath_callbacks_update_single_method_handler() local
497 const char *namespace = (const char *) ctxt->context->functionURI; in php_dom_xpath_callbacks_call_custom_ns() local
H A Dphp_dom.stub.php446 public function isDefaultNamespace(string $namespace): bool {}
460 public function lookupPrefix(string $namespace): ?string {}
777 public function getAttributeNS(?string $namespace, string $localName): string {}
783 public function getAttributeNodeNS(?string $namespace, string $localName) {}
795 public function hasAttributeNS(?string $namespace, string $localName): bool {}
957 public function createAttributeNS(?string $namespace, string $qualifiedName) {}
1226 public function registerNamespace(string $prefix, string $namespace): bool {}
1449 public function lookupPrefix(?string $namespace): ?string {}
1452 public function isDefaultNamespace(?string $namespace): bool {}
1619 public function hasAttributeNS(?string $namespace, string $localName): bool {}
[all …]
H A Dxml_serializer.c907 const xmlChar *namespace, in dom_xml_serialize_element_node()
1189 const xmlChar *namespace, in dom_xml_serializing_a_document_fragment_node()
1215 const xmlChar *namespace, in dom_xml_serializing_a_document_node()
1251 const xmlChar *namespace, in dom_xml_serialization_algorithm()
1301 const xmlChar *namespace = NULL; in dom_xml_serialize() local
H A Dxpath.c454 zend_string *namespace, *name; in PHP_METHOD() local
H A Dphp_dom.c2079 int dom_validate_and_extract(const zend_string *namespace, const zend_string *qname, xmlChar **loca… in dom_validate_and_extract()
/php-src/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-src/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…
158 public function startAttributeNs(?string $prefix, string $name, ?string $namespace): bool {}
164 …public function writeAttributeNs(?string $prefix, string $name, ?string $namespace, string $value)…
188 public function startElementNs(?string $prefix, string $name, ?string $namespace): bool {}
200 …public function writeElementNs(?string $prefix, string $name, ?string $namespace, ?string $content…
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php154 public function getAttributeNs(string $name, string $namespace): ?string {}
172 public function moveToAttributeNs(string $name, string $namespace): bool {}
/php-src/ext/soap/
H A Dphp_xml.c319 void parse_namespace(const xmlChar *inval, const char **value, char **namespace) in parse_namespace()
H A Dsoap.stub.php462 public string $namespace; variable in SoapHeader
468 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde…
/php-src/build/
H A Dgen_stub.php957 public function __construct(?Name $namespace, string $const)

Completed in 76 milliseconds