Home
last modified time | relevance | path

Searched refs:zend_error_noreturn (Results 26 – 43 of 43) sorted by relevance

12

/php-src/Zend/
H A Dzend.c1696 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() function
1721 zend_error_noreturn(type, "%s: %s (%d)", message, buf, errn); in zend_strerror_noreturn()
1786 zend_error_noreturn(E_ERROR, "%s", message); in zend_throw_error()
H A Dzend_opcode.c694 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout()
702 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
H A Dzend_execute.c1341 zend_error_noreturn(E_ERROR, "Arginfo / zpp mismatch during call of %s%s%s()", in zend_internal_call_arginfo_violation()
1362 zend_error_noreturn(E_CORE_ERROR, "%s() missing rc1", ZSTR_VAL(name)); in zend_verify_internal_func_info()
1365 zend_error_noreturn(E_CORE_ERROR, "%s() missing rcn", ZSTR_VAL(name)); in zend_verify_internal_func_info()
1371 zend_error_noreturn(E_CORE_ERROR, "%s() missing type %s", in zend_verify_internal_func_info()
1383 zend_error_noreturn(E_CORE_ERROR, in zend_verify_internal_func_info()
1388 zend_error_noreturn(E_CORE_ERROR, in zend_verify_internal_func_info()
1395 zend_error_noreturn(E_CORE_ERROR, in zend_verify_internal_func_info()
1472 zend_error_noreturn(E_CORE_ERROR, "%s%s%s(): Return value must be of type %s, %s returned", in zend_verify_internal_return_error()
H A Dzend_gc.c1803 zend_error_noreturn(E_ERROR, "Unable to create destructor fiber"); in gc_create_destructor_fiber_error()
1808 zend_error_noreturn(E_ERROR, "Unable to start destructor fiber"); in gc_start_destructor_fiber_error()
H A Dzend_operators.c1493 zend_error_noreturn(E_ERROR, "Modulo by zero"); in mod_function()
1906 zend_error_noreturn(E_ERROR, "Bit shift by negative number"); in shift_left_function()
1943 zend_error_noreturn(E_ERROR, "Bit shift by negative number"); in shift_right_function()
H A Dzend_hash.c125zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", nS… in zend_hash_check_size()
315zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", ht… in zend_hash_packed_grow()
1324zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", ht… in zend_hash_do_resize()
H A Dzend_strtod.c594 zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
607 zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
H A Dzend_object_handlers.c218 zend_error_noreturn(E_ERROR, ZEND_DEBUGINFO_FUNC_NAME "() must return an array"); in zend_std_get_debug_info()
H A Dzend_ast.c806 zend_error_noreturn(E_COMPILE_ERROR, "Cannot use [] for reading"); in zend_ast_evaluate_inner()
H A Dzend_vm_execute.h9096 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
11578 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
15657 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
17150 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18919 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER()
41946 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_CV_CONST_HANDLER()
45929 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_CV_TMPVAR_HANDLER()
51402 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation"); in ZEND_CONCAT_SPEC_CV_CV_HANDLER()
54909zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
64105 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_vm_def.h412 zend_error_noreturn(E_ERROR, "Integer overflow in memory allocation");
/php-src/main/
H A Dsnprintf.c634 zend_error_noreturn(E_CORE_ERROR, in format_converter()
/php-src/ext/zend_test/
H A Dtest.c459 zend_error_noreturn(E_ERROR, "Unknown class '%s'", Z_STRVAL_P(class_or_object)); in ZEND_FUNCTION()
/php-src/ext/sodium/
H A Dlibsodium.c45 zend_error_noreturn(E_ERROR, "Memory allocation too large (%zu bytes)", len); in zend_string_checked_alloc()
160 zend_error_noreturn(E_ERROR, "sodium_init()"); in PHP_MINIT_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1829 zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen"); in phpdbg_execute_ex()
/php-src/ext/pgsql/
H A Dpgsql.c3568 zend_error_noreturn(E_ERROR, "Out of memory"); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c1739 zend_error_noreturn(E_ERROR, "DateTimeInterface can't be implemented by user classes"); in implement_date_interface_handler()
/php-src/ext/ffi/
H A Dffi.c982 zend_error_noreturn(E_ERROR, "Throwing from FFI callbacks is not allowed"); in zend_ffi_callback_trampoline()

Completed in 333 milliseconds

12