Home
last modified time | relevance | path

Searched refs:ns (Results 101 – 125 of 170) sorted by relevance

1234567

/PHP-8.2/Zend/tests/
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
H A Dns_036.phpt2 036: Name ambiguity in compile-time constant reference (ns name)
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dtree_res.h26 lxb_ns_id_t ns; member
H A Dnode.h24 if (node->ns != LXB_NS_HTML) { in lxb_html_node_is_void()
H A Dparser.h76 lxb_tag_id_t tag_id, lxb_ns_id_t ns,
94 lxb_tag_id_t tag_id, lxb_ns_id_t ns);
/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">
H A D031.phpt25 $sxe->addAttribute('att2', 'no-ns');
51 …::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="xxx" att2="no-ns">
/PHP-8.2/ext/dom/
H A Dphp_dom.c1032 if (ns) { in dom_namednode_iter()
1035 mapptr->ns = (xmlChar*) tmp; in dom_namednode_iter()
1037 mapptr->ns = xmlCharStrndup(ns, len); in dom_namednode_iter()
1126 xmlFree(objmap->ns); in dom_nnodemap_objects_free_storage()
1155 objmap->ns = NULL; in dom_nnodemap_objects_new()
1369 bool ns_match_any = ns == NULL || (ns[0] == '*' && ns[1] == '\0'); in dom_get_elements_by_tag_name_ns_raw()
1374 …if (ns_match_any || (ns[0] == '\0' && nodep->ns == NULL) || (nodep->ns != NULL && xmlStrEqual(node… in dom_get_elements_by_tag_name_ns_raw()
1506 if (attrp->ns != NULL) { in php_dom_reconcile_attribute_namespace_after_insertion()
1511 attrp->ns = matching_ns; in php_dom_reconcile_attribute_namespace_after_insertion()
1513 if (attrp->ns->prefix != NULL) { in php_dom_reconcile_attribute_namespace_after_insertion()
[all …]
/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
H A DDOMElement_getAttributeNames.phpt17 test('<html xmlns:some="some:ns" some:test="a" test2="b"/>');
H A DDOMElement_insertAdjacentElement.phpt68 $dom->loadXML('<?xml version="1.0"?><container xmlns:foo="some:ns"/>');
69 $dom->documentElement->insertAdjacentElement("afterbegin", $dom->createElementNS("some:ns", "bar"));
123 <container xmlns:foo="some:ns"><foo:bar/></container>
H A Dbug54382.phpt8 <root xmlns="http://ns" xmlns:ns2="http://ns2">
/PHP-8.2/ext/soap/tests/bugs/
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/lexbor/lexbor/html/interfaces/
H A Dtemplate_element.c32 element->content->node.ns = LXB_NS_HTML; in lxb_html_template_element_interface_create()
/PHP-8.2/ext/standard/
H A Ddns.c355 int ns; in _php_dns_free_res() local
356 for (ns = 0; ns < MAXNS; ns++) { in _php_dns_free_res()
357 if (res->_u._ext.nsaddrs[ns] != NULL) { in _php_dns_free_res()
358 free (res->_u._ext.nsaddrs[ns]); in _php_dns_free_res()
359 res->_u._ext.nsaddrs[ns] = NULL; in _php_dns_free_res()
828 int n, qd, an, ns = 0, ar = 0; in PHP_FUNCTION() local
992 ns = ntohs(hp->nscount); in PHP_FUNCTION()
1021 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
/PHP-8.2/ext/soap/
H A Dphp_encoding.h183 char *ns; member
211 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns);
/PHP-8.2/ext/dom/tests/delayed_freeing/
H A Ddocument_fragment.phpt9 $frag->appendChild($doc->createElementNS('some:ns', 'child', 'text content'));

Completed in 44 milliseconds

1234567