/PHP-8.3/Zend/tests/ |
H A D | ErrorException_construct.phpt | 11 $e = new ErrorException("Second", 0, E_ERROR, null); 16 $e = new ErrorException("Third", 0, E_ERROR, null, null); 21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123); 26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php"); 31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null); 36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
|
H A D | bug42819.phpt | 30 const C7 = E_ERROR; 40 static $a7 = array(E_ERROR => 0); 50 static $a7 = array(E_ERROR => I); 60 static $a7 = array(E_ERROR => foo\I); 74 static $a1 = array(I => E_ERROR); 75 static $a2 = array(foo\I => E_ERROR); 76 static $a3 = array(foo\foo::I => E_ERROR); 77 static $a4 = array(\foo\I => E_ERROR); 78 static $a5 = array(\foo\foo::I => E_ERROR); 80 static $a7 = array(E_ERROR => E_ERROR); [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_errors.h | 23 #define E_ERROR (1<<0L) macro 42 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE… 46 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR…
|
H A D | zend_max_execution_timer.c | 63 zend_strerror_noreturn(E_ERROR, errno, "Could not create timer"); in zend_max_execution_timer_init() 99 zend_strerror_noreturn(E_ERROR, errno, "Could not set timer"); in zend_max_execution_timer_settime() 121 zend_strerror_noreturn(E_ERROR, errno, "Could not delete timer"); in zend_max_execution_timer_shutdown()
|
H A D | zend_exceptions.stub.php | 70 protected int $severity = E_ERROR; 75 int $severity = E_ERROR,
|
H A D | zend_attributes.c | 78 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to trait"); in validate_allow_dynamic_properties() 81 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to interface"); in validate_allow_dynamic_properties() 84 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to readonly class %s", in validate_allow_dynamic_properties() 328 zend_error_noreturn(E_ERROR, "Only internal classes can be registered as compiler attribute"); in zend_mark_internal_attribute() 346 …zend_error_noreturn(E_ERROR, "Classes must be first marked as attribute before being able to be re… in zend_mark_internal_attribute()
|
H A D | zend_constants.stub.php | 9 const E_ERROR = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 8 REGISTER_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend_arena.h | 87 …zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, cou… in zend_arena_calloc() 183 …zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, cou… in zend_arena_calloc()
|
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 388 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType() 499 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list() 599 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union() 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() 1059 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all() [all …]
|
H A D | php_sdl.c | 342 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex() 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() 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_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 …]
|
/PHP-8.3/tests/lang/operators/ |
H A D | bitwiseShiftLeft_variationStr2.phpt | 6 error_reporting(E_ERROR);
|
H A D | bitwiseShiftRight_variationStr2.phpt | 6 error_reporting(E_ERROR);
|
/PHP-8.3/tests/func/ |
H A D | 011.phpt | 4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
|
/PHP-8.3/ext/intl/tests/ |
H A D | intl_get_error_code.phpt | 12 error_reporting( E_ERROR );
|
H A D | intl_get_error_message.phpt | 12 error_reporting( E_ERROR );
|
H A D | collator_get_error_code.phpt | 40 error_reporting( E_ERROR );
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug70469.phpt | 2 Bug #70469 (SoapClient should not generate E_ERROR if exceptions enabled)
|
/PHP-8.3/ext/fileinfo/ |
H A D | php_libmagic.h | 70 #define abort() zend_error_noreturn(E_ERROR, "fatal libmagic error")
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_booleans.data | 4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | user-stream-error.phpt | 2 E_ERROR during UserStream Open
|
/PHP-8.3/ext/standard/ |
H A D | exec.c | 294 php_error_docref(NULL, E_ERROR, "Command exceeds the allowed length of %zu bytes", cmd_max_len); in php_escape_shell_cmd() 370 …php_error_docref(NULL, E_ERROR, "Escaped command exceeds the allowed length of %zu bytes", cmd_max… in php_escape_shell_cmd() 397 php_error_docref(NULL, E_ERROR, "Argument exceeds the allowed length of %zu bytes", cmd_max_len); in php_escape_shell_arg() 456 …php_error_docref(NULL, E_ERROR, "Escaped argument exceeds the allowed length of %zu bytes", cmd_ma… in php_escape_shell_arg()
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_class.c | 84 zend_error( E_ERROR, in collator_register_Collator_symbols()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo.c | 113 …zend_error(E_ERROR, "PDO: driver %s requires PDO API version " ZEND_ULONG_FMT "; this is PDO versi… in ZEND_GET_MODULE() 118 zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers"); in ZEND_GET_MODULE()
|