/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 107 …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 D | xsltprocessor.c | 552 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 D | xpath_callbacks.c | 169 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 D | php_dom.stub.php | 446 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 D | xml_serializer.c | 907 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 D | xpath.c | 459 zend_string *namespace, *name; in PHP_METHOD() local
|
H A D | php_dom.c | 2071 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 D | simplexml.stub.php | 18 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 D | php_xmlwriter.stub.php | 23 …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 D | php_xmlreader.stub.php | 154 public function getAttributeNs(string $name, string $namespace): ?string {} 172 public function moveToAttributeNs(string $name, string $namespace): bool {}
|
/php-src/ext/soap/ |
H A D | php_xml.c | 319 void parse_namespace(const xmlChar *inval, const char **value, char **namespace) in parse_namespace()
|
H A D | soap.stub.php | 462 public string $namespace; variable in SoapHeader 468 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde…
|
/php-src/build/ |
H A D | gen_stub.php | 949 public function __construct(?Name $namespace, string $const)
|