Home
last modified time | relevance | path

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

12345678

/php-src/Zend/tests/
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-src/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="
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c185 ns_data = lxb_ns_append(document->ns, ns_link, ns_len); in lxb_dom_element_create()
188 ns_data = lxb_ns_data_by_id(document->ns, LXB_NS__UNDEF); in lxb_dom_element_create()
224 element->node.ns = ns_data->ns_id; in lxb_dom_element_create()
272 attr->node.ns = element->node.ns; in lxb_dom_element_set_attribute()
274 if (element->node.ns == LXB_NS_HTML in lxb_dom_element_set_attribute()
413 if (element->node.ns == LXB_NS_HTML in lxb_dom_element_attr_by_name()
481 || first->node.ns != second->node.ns in lxb_dom_element_compare()
774 if (element->node.ns != LXB_NS_HTML in lxb_dom_element_tag_name()
H A Dnode.c140 const lxb_ns_data_t *ns; in lxb_dom_node_interface_copy() local
151 dst->ns = src->ns; in lxb_dom_node_interface_copy()
204 if (src->ns < LXB_NS__LAST_ENTRY) { in lxb_dom_node_interface_copy()
205 dst->ns = src->ns; in lxb_dom_node_interface_copy()
208 ns = lxb_ns_data_by_id(from->ns, src->ns); in lxb_dom_node_interface_copy()
209 if (ns == NULL) { in lxb_dom_node_interface_copy()
213 entry = &ns->entry; in lxb_dom_node_interface_copy()
215 ns = lxb_ns_append(to->ns, lexbor_hash_entry_str(entry), in lxb_dom_node_interface_copy()
217 if (ns == NULL) { in lxb_dom_node_interface_copy()
221 dst->ns = (lxb_ns_id_t) ns; in lxb_dom_node_interface_copy()
/php-src/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-src/ext/dom/tests/
H A Dnot_serializable.phpt30 $ns = $xpath->query('//namespace::*')->item(0);
32 serialize($ns);
H A Dbug_lifetime_parentNode_getAttributeNodeNS.phpt8 <root xmlns="http://ns" xmlns:ns2="http://ns2">
H A Dbug38949.phpt23 http://ns
/php-src/ext/dom/tests/modern/spec/
H A DDocument_createAttributeNS.phpt10 function testErrorCase($dom, $ns, $qname) {
12 $dom->createAttributeNS($ns, $qname);
14 $ns_readable = is_null($ns) ? 'null' : "\"$ns\"";
/php-src/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-src/ext/dom/
H A Dhtml5_serializer.c157 if (node->ns != NULL && node->ns->prefix != NULL in dom_html5_serialize_element_tag_name()
159 TRY(ctx->write_string(ctx->application_data, (const char *) node->ns->prefix)); in dom_html5_serialize_element_tag_name()
174 if (attr->ns == NULL) { in dom_html5_serialize_element_start()
191 } else if (attr->ns->prefix == NULL) { in dom_html5_serialize_element_start()
194 TRY(ctx->write_string(ctx->application_data, (const char *) attr->ns->prefix)); in dom_html5_serialize_element_start()
/php-src/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()

Completed in 28 milliseconds

12345678