Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.c100 xmlAttrPtr new_tns; in schema_load_file() local
114 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
116 …if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content)… in schema_load_file()
120 if (ns == NULL && new_tns != NULL) { in schema_load_file()
122 …t import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->conten… in schema_load_file()
125 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
126 if (new_tns == NULL) { in schema_load_file()
130 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { in schema_load_file()

Completed in 9 milliseconds