Home
last modified time | relevance | path

Searched refs:ns (Results 26 – 50 of 101) sorted by relevance

12345

/PHP-8.2/ext/soap/
H A Dphp_sdl.h95 char *ns; member
104 char *ns; member
110 char *ns; member
237 char *ns; member
257 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
261 sdlBindingPtr get_binding_from_name(sdlPtr sdl, char *name, char *ns);
H A Dsoap.c480 Z_PARAM_STR(ns) in PHP_METHOD()
658 if (ns && ZSTR_LEN(ns) != 0) { in PHP_METHOD()
726 new_enc->details.ns = estrdup(enc->details.ns); in soap_create_typemap()
3242 xmlNsPtr ns = NULL; local
3250 ns = encode_add_ns(body, fnb->output.ns);
3342 xmlNsPtr ns = NULL; local
3569 if (fb->ns) {
3570 xmlNsPtr ns = encode_add_ns(x, fb->ns); local
3715 xmlNsPtr ns = NULL; local
3755 ns = encode_add_ns(body, fnb->input.ns);
[all …]
H A Dphp_sdl.c65 if (ns) {efree(ns);} in get_encoder_from_prefix()
104 if (ns) {efree(ns);} in get_element()
113 int ns_len = ns ? strlen(ns) : 0; in get_encoder()
118 if (ns) { in get_encoder()
150 new_enc->details.ns = zend_strndup(ns, ns_len); in get_encoder()
153 new_enc->details.ns = estrndup(ns, ns_len); in get_encoder()
2470 pheader->ns = strdup(pheader->ns); in make_persistent_sdl_function_headers()
2505 body->ns = strdup(body->ns); in make_persistent_sdl_soap_body()
2586 soap_binding->ns = strdup(soap_binding->ns); in make_persistent_sdl_function_faults()
2647 pextra->ns = strdup(tmp->ns); in make_persistent_sdl_attribute()
[all …]
H A Dphp_packet_soap.c81 if (attr->ns == NULL) { in parse_packet_soap()
129 if (attr->ns == NULL) { in parse_packet_soap()
157 if (attr->ns == NULL) { in parse_packet_soap()
259 char *name, *ns = NULL; in parse_packet_soap() local
272 ns = param->element->namens; in parse_packet_soap()
286 cur = get_node_ex(resp, name, ns); in parse_packet_soap()
401 if (trav->ns) { in parse_packet_soap()
402 smart_str_appends(&key, (char*)trav->ns->href); in parse_packet_soap()
H A Dphp_encoding.c530 char *ns, *cptype; in master_to_zval_int() local
542 if (ns) {efree(ns);} in master_to_zval_int()
2461 if (ns) {efree(ns);} in to_zval_array()
2466 char *type, *ns; in to_zval_array() local
2475 if (ns) {efree(ns);} in to_zval_array()
2807 char *ns, *cptype; in guess_zval_convert() local
2820 if (ns) {efree(ns);} in guess_zval_convert()
3061 if (data->ns && data->ns->href) { in to_zval_any()
3342 cur = node->ns; in xmlSearchNsPrefixByHref()
3361 if (ns == NULL) { in encode_add_ns()
[all …]
/PHP-8.2/ext/simplexml/tests/
H A Dprofile04.phpt8 <root xmlns:reserved="reserved-ns">
13 echo $root->children('reserved-ns')->child;
H A Dprofile06.phpt9 <root xmlns:reserved="reserved-ns">
14 $attr = $root->child->attributes('reserved-ns');
H A Dbug41861.phpt22 foreach (array(null, '#ns1', '#ns2', '#ns3') as $ns)
24 foreach ($xml->children($ns) as $child)
29 echo "children($ns): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
H A Dprofile07.phpt9 <root xmlns:reserved="reserved-ns">
15 $myattr = $root->child->attributes('reserved-ns');
/PHP-8.2/ext/dom/tests/
H A Dbug38850.phpt9 <foo xmlns="http://www.example.com/ns/foo" />
22 http://www.example.com/ns/foo
H A DtoString_exceptions.phpt18 '<root xmlns:ns="foo"><node attr="foo" /><node>Text</node><ns:node/><?pi foobar?></root>');
58 <root xmlns:ns="foo"><node attr="foo"/><node>Text</node><ns:node/><?pi foobar?></root>
H A Dgh12616_3.phpt31 foreach ($xpath->query("/container/child1/namespace::*") as $ns) {
32 var_dump($ns);
37 foreach ($xpath->query("/container/child1/foo/namespace::*") as $ns) {
38 var_dump($ns);
43 foreach ($xpath->query("/container/child2/namespace::*") as $ns) {
44 var_dump($ns);
H A Dbug70359.phpt18 echo "-- Test with parent and non-ns attribute --\n";
38 echo "-- Test with parent and ns attribute --\n";
67 -- Test with parent and non-ns attribute --
71 -- Test with parent and ns attribute --
H A DDOMDocument_relaxNGValidateSource_basic.phpt11 <grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0"
H A Dbug41257.phpt23 $disdef = $doc->isDefaultNamespace("http://ns")."\n";
24 $eisdef = $root->isDefaultNamespace("http://ns")."\n";
H A DDOMDocument_relaxNGValidateSource_error1.phpt11 <grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0"
H A DDOMDocument_relaxNGValidateSource_error2.phpt11 <grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0"
H A Dnot_serializable.phpt30 $ns = $xpath->query('//namespace::*')->item(0);
32 serialize($ns);
/PHP-8.2/ext/dom/
H A Delement.c114 xmlNsPtr ns; in dom_element_tag_name_read() local
124 ns = nodep->ns; in dom_element_tag_name_read()
125 if (ns != NULL && ns->prefix) { in dom_element_tag_name_read()
161 xmlNsPtr ns; in dom_get_dom1_attribute() local
164 ns = elem->nsDef; in dom_get_dom1_attribute()
165 while (ns) { in dom_get_dom1_attribute()
169 ns = ns->next; in dom_get_dom1_attribute()
178 if (ns != NULL) { in dom_get_dom1_attribute()
731 node->ns = NULL; in dom_remove_eliminated_ns_single_element()
736 attr->ns = NULL; in dom_remove_eliminated_ns_single_element()
[all …]
H A Dphp_dom.h87 xmlChar *ns; member
123 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns);
128 xmlNode *dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int…
135 …_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns);
/PHP-8.2/ext/soap/tests/
H A Dbug68361.phpt10 …xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://foo.bar/test…
16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
28 <xsd:element name="Employee" nillable="true" type="ns:Employee"/>
35 <xsd:element name="User" nillable="true" type="ns:User"/>
42 <part name="employeeReturn" type="ns:ArrayOfEmployeeReturn"/>
48 <part name="userReturn" element="ns:User"/>
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c92 if (name == NULL && (node->ns == NULL || node->ns->prefix == NULL)) { in match_ns()
96 if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1299 if (ns != NULL) { in PHP_METHOD()
1309 if (ns != NULL) { in PHP_METHOD()
1310 xmlFree(ns); in PHP_METHOD()
1462 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "") argument
1482 if (node->ns) { in sxe_add_namespaces()
1488 if (attr->ns) { in sxe_add_namespaces()
1534 xmlNsPtr ns; in sxe_add_registered_namespaces() local
1537 ns = node->nsDef; in sxe_add_registered_namespaces()
[all …]
/PHP-8.2/Zend/tests/
H A Dns_043.phpt2 043: Name conflict and constants (ns name)
H A Dns_003.phpt2 003: Name conflict (ns name)
H A Dns_048.phpt2 048: __NAMESPACE__ constant and runtime names (ns name)

Completed in 109 milliseconds

12345