Searched refs:soap_error0 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 212 soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute"); in load_schema() 232 soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute"); in load_schema() 388 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType() 674 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent() 779 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent() 842 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int() 870 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char() 904 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent() 959 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent() 1159 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); in schema_group() [all …]
|
H A D | php_encoding.c | 677 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string() 710 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr() 743 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc() 772 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64() 792 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin() 1040 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double() 1072 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long() 1149 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool() 3256 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval() 3324 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml() [all …]
|
H A D | php_sdl.c | 410 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex() 420 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex() 430 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex() 440 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex() 458 soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>"); in wsdl_soap_binding_header() 473 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header() 507 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header() 632 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body() 783 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl() 1107 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl() [all …]
|
H A D | php_soap.h | 200 #define soap_error0(severity, format) \ macro
|
H A D | soap.c | 3750 soap_error0(E_ERROR, "Unknown SOAP version");
|
Completed in 54 milliseconds