Searched refs:ns (Results 51 – 75 of 100) sorted by relevance
1234
/PHP-8.1/Zend/tests/ |
H A D | ns_045.phpt | 2 045: Name conflict and constants (php name in case if ns name exists)
|
H A D | ns_005.phpt | 2 005: Name conflict (php name in case if ns name exists)
|
H A D | ns_008.phpt | 2 008: __NAMESPACE__ constant and runtime names (ns name)
|
H A D | ns_013.phpt | 2 013: Name conflict and functions (ns name)
|
H A D | ns_018.phpt | 2 018: __NAMESPACE__ constant and runtime names (ns name)
|
H A D | ns_050.phpt | 2 050: Name conflict and compile-time constants (ns name)
|
H A D | ns_006.phpt | 2 006: Run-time name conflict (ns name)
|
H A D | ns_015.phpt | 2 015: Name conflict and functions (php name in case if ns name exists)
|
H A D | ns_016.phpt | 2 016: Run-time name conflict and functions (ns name)
|
H A D | ns_052.phpt | 2 052: Name conflict and compile-time constants (php name in case if ns name exists)
|
H A D | namespace_name_namespace.phpt | 2 Cannot use "namespace" as namespace name, due to conflict with ns-relative names
|
H A D | namespace_name_namespace_start.phpt | 2 Cannot use "namespace\xyz" as namespace name, due to conflict with ns-relative names
|
H A D | ns_031.phpt | 2 031: Namespace support for user functions (ns name)
|
H A D | ns_083.phpt | 2 083: bracketed namespace with junk before the ns declaration
|
/PHP-8.1/ext/soap/tests/bugs/ |
H A D | bug44882.phpt | 18 xmlns:ns="urn:ebay:api:PayPalAPI"> 26 …<GetExpressCheckoutDetailsResponseDetails xsi:type="ns:GetExpressCheckoutDetailsResponseDetailsTyp…
|
H A D | bug40609.wsdl | 1 …g/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns="http://quickstart.s… 26 …ns:update" /></wsdl:message><wsdl:message name="getPriceMessage"><wsdl:part name="part1" element="…
|
H A D | bug69462.phpt | 7 $namespace = "http://example.com/ns";
|
/PHP-8.1/ext/dom/ |
H A D | xpath.c | 338 xmlNsPtr *ns = NULL; in php_xpath_eval() local 378 ns = xmlGetNsList(docp, nodep); in php_xpath_eval() 380 if (ns != NULL) { in php_xpath_eval() 381 while (ns[nsnbr] != NULL) in php_xpath_eval() 387 ctxp->namespaces = ns; in php_xpath_eval() 393 if (ns != NULL) { in php_xpath_eval() 394 xmlFree(ns); in php_xpath_eval()
|
H A D | php_dom.c | 528 …loned_node = php_dom_create_fake_namespace_decl_node_ptr(original_node->parent, original_node->ns); in dom_object_namespace_node_clone_obj() 1043 mapptr->ns = ns; in dom_namednode_iter() 1124 if (objmap->ns) { in dom_nnodemap_objects_free_storage() 1125 xmlFree(objmap->ns); in dom_nnodemap_objects_free_storage() 1153 objmap->ns = NULL; in dom_nodemap_or_nodelist_objects_new() 1350 bool ns_match_any = ns == NULL || (ns[0] == '*' && ns[1] == '\0'); in dom_get_elements_by_tag_name_ns_raw() 1355 …f (ns_match_any || (!strcmp(ns, "") && nodep->ns == NULL) || (nodep->ns != NULL && xmlStrEqual(nod… in dom_get_elements_by_tag_name_ns_raw() 1363 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw() 1437 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns() argument 1458 cur->next = ns; in dom_set_old_ns() [all …]
|
H A D | nodelist.c | 72 nodep, (char *) objmap->ns, (char *) objmap->local, &count, -1); in php_dom_get_nodelist_length() 143 …itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, (char *) objmap->ns, (char *) objmap->local,… in php_dom_nodelist_get_item_into_zval()
|
/PHP-8.1/ext/simplexml/tests/ |
H A D | profile05.phpt | 9 <root xmlns:reserved="reserved-ns">
|
H A D | profile08.phpt | 9 <root xmlns:reserved="reserved-ns">
|
H A D | profile09.phpt | 9 <root xmlns:reserved="reserved-ns">
|
/PHP-8.1/ext/dom/tests/ |
H A D | bug_lifetime_parentNode_getAttributeNodeNS.phpt | 8 <root xmlns="http://ns" xmlns:ns2="http://ns2">
|
H A D | bug38949.phpt | 23 http://ns
|
Completed in 27 milliseconds
1234