Searched refs:soap_error1 (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_schema.c | 110 soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location); in schema_load_file() 115 soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location); in schema_load_file() 289 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in schema", trav->name); in load_schema() 480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list() 574 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union() 579 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union() 1039 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all() 1118 soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", key.c); in schema_group() 1164 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); in schema_group() 1168 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name); in schema_group() [all …]
|
H A D | php_sdl.c | 342 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex() 358 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex() 382 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name); in load_wsdl_ex() 443 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); in load_wsdl_ex() 553 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); in wsdl_soap_binding_header() 615 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body() 658 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); in wsdl_soap_binding_body() 697 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); in wsdl_message() 776 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name); in load_wsdl() 815 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name); in load_wsdl() [all …]
|
H A D | php_soap.h | 201 #define soap_error1(severity, format, param1) \ macro
|
H A D | php_encoding.c | 949 soap_error1(E_ERROR, "Encoding: string '%s' is not a valid utf-8 string", err); in to_xml_string() 1791 soap_error1(E_ERROR, "Encoding: object has no '%s' property", model->u.element->name); in model_to_xml_object() 3026 soap_error1(E_ERROR, "Encoding: Invalid timestamp %ld", Z_LVAL_P(data)); in to_xml_datetime_ex() 3456 soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content); in check_and_resolve_href() 3461 soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content); in check_and_resolve_href() 3477 soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content); in check_and_resolve_href() 3479 …soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->c… in check_and_resolve_href()
|
Completed in 35 milliseconds