Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 1 – 25 of 123) sorted by relevance

12345

/PHP-7.1/Zend/tests/
H A Dbug42819.phpt32 const C7 = E_ERROR;
42 static $a7 = array(E_ERROR => 0);
52 static $a7 = array(E_ERROR => I);
62 static $a7 = array(E_ERROR => foo\I);
76 static $a1 = array(I => E_ERROR);
77 static $a2 = array(foo\I => E_ERROR);
78 static $a3 = array(foo\foo::I => E_ERROR);
79 static $a4 = array(\foo\I => E_ERROR);
80 static $a5 = array(\foo\foo::I => E_ERROR);
82 static $a7 = array(E_ERROR => E_ERROR);
[all …]
/PHP-7.1/ext/soap/
H A Dphp_schema.c370 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
481 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
581 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
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()
1041 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
H A Dphp_sdl.c338 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
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()
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 Dphp_encoding.c696 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()
3233 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval()
3301 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml()
[all …]
/PHP-7.1/Zend/
H A Dzend_errors.h25 #define E_ERROR (1<<0L) macro
41 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
/PHP-7.1/ext/gd/libgd/
H A Dgd_webp.c58 zend_error(E_ERROR, "WebP decode: realloc failed"); in gdImageCreateFromWebpCtx()
69 zend_error(E_ERROR, "gd-webp cannot get webp info"); in gdImageCreateFromWebpCtx()
81 zend_error(E_ERROR, "gd-webp cannot allocate temporary buffer"); in gdImageCreateFromWebpCtx()
115 zend_error(E_ERROR, "Paletter image not supported by webp"); in gdImageWebpCtx()
155 zend_error(E_ERROR, "gd-webp encoding failed"); in gdImageWebpCtx()
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Doutofmem.c44 zend_error(E_ERROR, "bcmath: out of memory!"); in bc_out_of_memory()
/PHP-7.1/ext/standard/
H A Dexec.c291 php_error_docref(NULL, E_ERROR, "Command exceeds the allowed length of %d bytes", cmd_max_len); in php_escape_shell_cmd()
367 …php_error_docref(NULL, E_ERROR, "Escaped command exceeds the allowed length of %d bytes", cmd_max_… in php_escape_shell_cmd()
395 php_error_docref(NULL, E_ERROR, "Argument exceeds the allowed length of %d bytes", cmd_max_len); in php_escape_shell_arg()
454 …php_error_docref(NULL, E_ERROR, "Escaped argument exceeds the allowed length of %d bytes", cmd_max… in php_escape_shell_arg()
482 php_error_docref(NULL, E_ERROR, "Input string contains NULL bytes"); in PHP_FUNCTION()
505 php_error_docref(NULL, E_ERROR, "Input string contains NULL bytes"); in PHP_FUNCTION()
/PHP-7.1/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr2.phpt6 error_reporting(E_ERROR);
H A DbitwiseShiftRight_variationStr2.phpt6 error_reporting(E_ERROR);
/PHP-7.1/tests/func/
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker.c34 zend_error(E_ERROR, "Spoofchecker class not defined"); in spoofchecker_register_constants()
H A Dspoofchecker_class.c121 zend_error(E_ERROR, "Failed to clone SpoofChecker object"); in spoofchecker_clone_obj()
146 zend_error(E_ERROR, in spoofchecker_register_Spoofchecker_class()
/PHP-7.1/ext/intl/tests/
H A Dintl_get_error_code.phpt12 error_reporting( E_ERROR );
H A Dintl_get_error_message.phpt12 error_reporting( E_ERROR );
H A Dcollator_get_error_code.phpt40 error_reporting( E_ERROR );
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator.c34 zend_error( E_ERROR, "Transliterator class not defined" ); in transliterator_register_constants()
/PHP-7.1/ext/intl/normalizer/
H A Dnormalizer_class.c65 zend_error( E_ERROR, in normalizer_register_Normalizer_class()
H A Dnormalizer.c36 zend_error( E_ERROR, "Normalizer class not defined" ); in normalizer_register_constants()
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug70469.phpt2 Bug #70469 (SoapClient should not generate E_ERROR if exceptions enabled)
/PHP-7.1/ext/intl/locale/
H A Dlocale.c38 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
/PHP-7.1/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
/PHP-7.1/ext/intl/collator/
H A Dcollator.c37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
/PHP-7.1/ext/standard/tests/streams/
H A Duser-stream-error.phpt2 E_ERROR during UserStream Open
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat.c33 zend_error(E_ERROR, "DateFormat class not defined"); in dateformat_register_constants()

Completed in 64 milliseconds

12345