Home
last modified time | relevance | path

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

12345

/PHP-8.2/Zend/tests/
H A Dns_046.phpt2 046: Run-time name conflict and constants (ns name)
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.2/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.2/ext/dom/
H A Dxpath.c341 xmlNsPtr *ns = NULL; in php_xpath_eval() local
381 ns = xmlGetNsList(docp, nodep); in php_xpath_eval()
383 if (ns != NULL) { in php_xpath_eval()
384 while (ns[nsnbr] != NULL) in php_xpath_eval()
390 ctxp->namespaces = ns; in php_xpath_eval()
396 if (ns != NULL) { in php_xpath_eval()
397 xmlFree(ns); in php_xpath_eval()
H A Dphp_dom.c537 …loned_node = php_dom_create_fake_namespace_decl_node_ptr(original_node->parent, original_node->ns); in dom_object_namespace_node_clone_obj()
1011 mapptr->ns = ns; in dom_namednode_iter()
1092 if (objmap->ns) { in dom_nnodemap_objects_free_storage()
1093 xmlFree(objmap->ns); in dom_nnodemap_objects_free_storage()
1121 objmap->ns = NULL; in dom_nodemap_or_nodelist_objects_new()
1318 bool ns_match_any = ns == NULL || (ns[0] == '*' && ns[1] == '\0'); in dom_get_elements_by_tag_name_ns_raw()
1323 …f (ns_match_any || (!strcmp(ns, "") && nodep->ns == NULL) || (nodep->ns != NULL && xmlStrEqual(nod… in dom_get_elements_by_tag_name_ns_raw()
1331 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
1405 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns() argument
1426 cur->next = ns; in dom_set_old_ns()
[all …]
/PHP-8.2/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.2/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 26 milliseconds

12345