Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c102 xmlAttrPtr new_tns; in schema_load_file() local
116 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
118 …if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content)… in schema_load_file()
122 if (ns == NULL && new_tns != NULL) { in schema_load_file()
124 …t import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->conten… in schema_load_file()
127 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
128 if (new_tns == NULL) { in schema_load_file()
132 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { in schema_load_file()

Completed in 26 milliseconds