Home
last modified time | relevance | path

Searched refs:ns (Results 51 – 75 of 100) sorted by relevance

1234

/PHP-8.1/Zend/tests/
H A Dns_045.phpt2 045: Name conflict and constants (php name in case if ns name exists)
H A Dns_005.phpt2 005: Name conflict (php name in case if ns name exists)
H A Dns_008.phpt2 008: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_013.phpt2 013: Name conflict and functions (ns name)
H A Dns_018.phpt2 018: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_050.phpt2 050: Name conflict and compile-time constants (ns name)
H A Dns_006.phpt2 006: Run-time name conflict (ns name)
H A Dns_015.phpt2 015: Name conflict and functions (php name in case if ns name exists)
H A Dns_016.phpt2 016: Run-time name conflict and functions (ns name)
H A Dns_052.phpt2 052: Name conflict and compile-time constants (php name in case if ns name exists)
H A Dnamespace_name_namespace.phpt2 Cannot use "namespace" as namespace name, due to conflict with ns-relative names
H A Dnamespace_name_namespace_start.phpt2 Cannot use "namespace\xyz" as namespace name, due to conflict with ns-relative names
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dns_083.phpt2 083: bracketed namespace with junk before the ns declaration
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug44882.phpt18 xmlns:ns="urn:ebay:api:PayPalAPI">
26 …<GetExpressCheckoutDetailsResponseDetails xsi:type="ns:GetExpressCheckoutDetailsResponseDetailsTyp…
H A Dbug40609.wsdl1 …g/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns="http://quickstart.s…
26ns:update" /></wsdl:message><wsdl:message name="getPriceMessage"><wsdl:part name="part1" element="
H A Dbug69462.phpt7 $namespace = "http://example.com/ns";
/PHP-8.1/ext/dom/
H A Dxpath.c338 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 Dphp_dom.c528 …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 Dnodelist.c72 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 Dprofile05.phpt9 <root xmlns:reserved="reserved-ns">
H A Dprofile08.phpt9 <root xmlns:reserved="reserved-ns">
H A Dprofile09.phpt9 <root xmlns:reserved="reserved-ns">
/PHP-8.1/ext/dom/tests/
H A Dbug_lifetime_parentNode_getAttributeNodeNS.phpt8 <root xmlns="http://ns" xmlns:ns2="http://ns2">
H A Dbug38949.phpt23 http://ns

Completed in 27 milliseconds

1234