Searched refs:soap_error0 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/soap/ |
H A D | php_schema.c | 194 soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute"); in load_schema() 214 soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute"); in load_schema() 370 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType() 656 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent() 761 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent() 824 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int() 852 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char() 886 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent() 941 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent() 1141 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); in schema_group() [all …]
|
H A D | php_encoding.c | 696 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string() 729 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr() 762 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc() 791 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64() 811 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin() 1024 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double() 1056 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long() 1133 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool() 3237 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval() 3305 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml() [all …]
|
H A D | php_soap.h | 202 #define soap_error0(severity, format) \ macro
|
H A D | php_sdl.c | 406 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex() 416 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex() 426 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex() 436 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex() 454 soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>"); in wsdl_soap_binding_header() 469 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header() 503 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header() 628 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body() 778 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl() 1102 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl() [all …]
|
H A D | soap.c | 4238 soap_error0(E_ERROR, "Unknown SOAP version");
|
Completed in 41 milliseconds