Home
last modified time | relevance | path

Searched refs:new_tns (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_schema.c107 xmlAttrPtr new_tns; in schema_load_file() local
123 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
125 …if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content)… in schema_load_file()
127 if (new_tns == NULL) { in schema_load_file()
132 const char *target_ns_copy = estrdup((const char *) new_tns->children->content); in schema_load_file()
137 if (ns == NULL && new_tns != NULL) { in schema_load_file()
140 const char *target_ns_copy = estrdup((const char *) new_tns->children->content); in schema_load_file()
145 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
146 if (new_tns == NULL) { in schema_load_file()
150 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { in schema_load_file()

Completed in 11 milliseconds