Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.c191 soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute"); in load_schema()
211 soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute"); in load_schema()
367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1138 soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes"); in schema_group()
[all …]
H A Dphp_encoding.c676 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string()
709 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr()
742 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc()
771 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64()
791 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin()
1004 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double()
1036 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long()
1113 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool()
3187 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval()
3255 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml()
[all …]
H A Dphp_sdl.c408 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex()
418 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex()
428 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex()
438 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex()
456 soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>"); in wsdl_soap_binding_header()
471 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header()
505 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header()
630 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body()
781 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl()
1105 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl()
[all …]
H A Dphp_soap.h200 #define soap_error0(severity, format) \ macro
H A Dsoap.c3789 soap_error0(E_ERROR, "Unknown SOAP version");

Completed in 73 milliseconds