/php-src/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 …]
|
H A D | ErrorException_getSeverity.phpt | 19 var_dump($e->getSeverity() === E_ERROR); 31 var_dump($e->getSeverity() === E_ERROR); 43 var_dump($e->getSeverity() === E_ERROR); 52 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR); 55 var_dump($e->getSeverity() === E_ERROR); 232 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR, __FILE__); 235 var_dump($e->getSeverity() === E_ERROR); 412 … throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR, __FILE__, __LINE__); 415 var_dump($e->getSeverity() === E_ERROR); 604 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_ERROR, __FILE__, __LINE__, N… [all …]
|
/php-src/Zend/ |
H A D | zend_errors.h | 23 #define E_ERROR (1<<0L) macro 43 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE… 47 #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 | 77 zend_strerror_noreturn(E_ERROR, errno, "Could not create timer"); in zend_max_execution_timer_init() 113 zend_strerror_noreturn(E_ERROR, errno, "Could not set timer"); in zend_max_execution_timer_settime() 135 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_constants.stub.php | 9 const E_ERROR = UNKNOWN; define
|
H A D | zend_attributes.c | 75 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to trait %s", in validate_allow_dynamic_properties() 80 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to interface %s", in validate_allow_dynamic_properties() 85 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to readonly class %s", in validate_allow_dynamic_properties() 90 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to enum %s", in validate_allow_dynamic_properties() 458 zend_error_noreturn(E_ERROR, "Only internal classes can be registered as compiler attribute"); in zend_mark_internal_attribute() 476 …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_arginfo.h | 6 REGISTER_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend_arena.h | 87 …zend_error_noreturn(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_… in zend_arena_calloc() 183 …zend_error_noreturn(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_… in zend_arena_calloc()
|
H A D | zend_smart_str.c | 151 zend_error_noreturn(E_ERROR, "String size overflow"); in _smart_string_alloc_persistent() 177 zend_error_noreturn(E_ERROR, "String size overflow"); in _smart_string_alloc()
|
H A D | zend_multiply.h | 337 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in zend_safe_address_guarded() 350 …zend_error_noreturn(E_ERROR, "Possible integer overflow in %s (%zu * %zu + %zu)", message, nmemb, … in zend_safe_addmult()
|
H A D | zend_signal.c | 258 zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo); in zend_sigaction() 309 zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo); in zend_signal_register()
|
/php-src/ext/soap/ |
H A D | php_schema.c | 390 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType() 501 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list() 601 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union() 676 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent() 781 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent() 844 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int() 872 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char() 906 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent() 961 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent() 1061 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all() [all …]
|
H A D | php_sdl.c | 317 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex() 377 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex() 387 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex() 397 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex() 407 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex() 440 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header() 474 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header() 597 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body() 713 soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service"); in load_wsdl() 748 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl() [all …]
|
H A D | php_encoding.c | 685 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_string() 718 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringr() 751 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_stringc() 780 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_base64() 800 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_hexbin() 1048 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_double() 1080 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_long() 1157 soap_error0(E_ERROR, "Encoding: Violation of encoding rules"); in to_zval_bool() 3282 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_zval() 3350 soap_error0(E_ERROR, "Encoding: Internal Error"); in sdl_guess_convert_xml() [all …]
|
/php-src/tests/lang/operators/ |
H A D | bitwiseShiftRight_variationStr2.phpt | 6 error_reporting(E_ERROR);
|
H A D | bitwiseShiftLeft_variationStr2.phpt | 6 error_reporting(E_ERROR);
|
/php-src/tests/func/ |
H A D | 011.phpt | 4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug70469.phpt | 2 Bug #70469 (SoapClient should not generate E_ERROR if exceptions enabled)
|
/php-src/ext/pdo/ |
H A D | pdo.c | 116 …zend_error_noreturn(E_ERROR, "PDO: driver %s requires PDO API version " ZEND_ULONG_FMT "; this is … in ZEND_GET_MODULE() 121 …zend_error_noreturn(E_ERROR, "The PDO extension must be loaded first in order to load PDO drivers"… in ZEND_GET_MODULE() 143 …zend_error_noreturn(E_ERROR, "The PDO extension must be loaded first in order to load PDO drivers"… in php_pdo_register_driver_specific_ce()
|
/php-src/ext/fileinfo/ |
H A D | php_libmagic.h | 66 #define abort() zend_error_noreturn(E_ERROR, "fatal libmagic error")
|
/php-src/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-src/ext/standard/tests/streams/ |
H A D | user-stream-error.phpt | 2 E_ERROR during UserStream Open
|
/php-src/ext/standard/ |
H A D | assert.c | 231 …d_throw_exception(assertion_error_ce, description_str ? ZSTR_VAL(description_str) : NULL, E_ERROR); in PHP_FUNCTION() 234 zend_exception_error(EG(exception), E_ERROR); in PHP_FUNCTION()
|