/PHP-7.4/Zend/ |
H A D | zend_compile.c | 196 zend_error_noreturn(E_COMPILE_ERROR, in zend_assert_valid_class_name() 1119 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator() 2127 zend_error_noreturn(E_COMPILE_ERROR, in zend_emit_return_type_check() 2131 zend_error_noreturn(E_COMPILE_ERROR, in zend_emit_return_type_check() 3005 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_args() 5566 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_closure_binding() 6587 zend_error_noreturn(E_ERROR, in zend_compile_class_decl() 6897 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_halt_compiler() 7769 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_yield_from() 8307 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_const_expr_class_const() [all …]
|
H A D | zend_inheritance.c | 181 zend_error_noreturn(E_ERROR, "Cannot override final %s::%s() with %s::%s()", in do_inherit_parent_constructor() 941 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_property_error() 991 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_property() 1783 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures() 1816 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures() 2011 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_traits_property_binding() 2058 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing() 2076 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing() 2081 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing() 2429 zend_error_noreturn(E_CORE_ERROR, "Bug #78647"); in report_variance_errors() [all …]
|
H A D | zend_interfaces.c | 73 …zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for method %s::%s", ZSTR_VAL(obj_c… in zend_call_method() 79 … zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for function %s", function_name); in zend_call_method() 111 …zend_error_noreturn(E_CORE_ERROR, "Couldn't execute method %s%s%s", obj_ce ? ZSTR_VAL(obj_ce->name… in zend_call_method() 302 …zend_error_noreturn(E_CORE_ERROR, "Class %s must implement interface %s as part of either %s or %s… in zend_implement_traversable() 328 zend_error_noreturn(E_ERROR, "Class %s cannot implement both %s and %s at the same time", in zend_implement_aggregate() 383 zend_error_noreturn(E_ERROR, "Class %s cannot implement both %s and %s at the same time", in zend_implement_iterator()
|
H A D | zend_variables.c | 102 …zend_error_noreturn(E_CORE_ERROR, "Internal zval's can't be arrays, objects, resources or referenc… in zval_internal_ptr_dtor()
|
H A D | zend_multiply.h | 324 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in zend_safe_address_guarded() 337 …zend_error_noreturn(E_ERROR, "Possible integer overflow in %s (%zu * %zu + %zu)", message, nmemb, … in zend_safe_addmult()
|
H A D | zend_vm_execute.skl | 26 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
|
H A D | zend_signal.c | 255 zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo); in zend_sigaction() 308 zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo); in zend_signal_register()
|
H A D | zend_exceptions.c | 52 zend_error_noreturn(E_ERROR, "Class %s cannot implement interface %s, extend %s or %s instead", in zend_implement_throwable() 90 zend_error_noreturn(E_CORE_ERROR, "Previous exception must implement Throwable"); in zend_exception_set_previous() 168 zend_error_noreturn(E_CORE_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal() 1058 zend_error_noreturn(E_CORE_ERROR, "Need to supply an object when throwing an exception"); in zend_throw_exception_object()
|
H A D | zend_execute_API.c | 1173 …zend_error_noreturn(E_ERROR, "Maximum execution time of " ZEND_LONG_FMT " second%s exceeded", EG(t… in zend_timeout() 1275 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_set_timeout_ex() 1285 zend_error_noreturn(E_ERROR, "Could not queue new timer"); in zend_set_timeout_ex() 1348 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout() 1445 zend_error_noreturn(E_ERROR, in zend_fetch_class_by_name()
|
H A D | zend_list.c | 41 zend_error_noreturn(E_ERROR, "Resource ID space overflow"); in zend_list_insert()
|
H A D | zend_objects.c | 156 zend_error_noreturn(E_CORE_ERROR, "Attempt to destruct pending exception"); in zend_objects_destroy_object()
|
H A D | zend_API.c | 907 zend_error_noreturn(E_CORE_ERROR, "%s%s%s(): %s", in zend_parse_parameters_debug_error() 1119 zend_error_noreturn(E_CORE_ERROR, "%s::%s() must be derived from %s::%s", in zend_parse_method_parameters() 1152 zend_error_noreturn(E_CORE_ERROR, "%s::%s() must be derived from %s::%s", in zend_parse_method_parameters_ex() 1861 zend_error_noreturn(E_CORE_ERROR,"Unable to start %s module", module->name); in zend_startup_module_ex() 2223 …zend_error_noreturn(E_CORE_ERROR, "Cannot declare a return type of %s outside of a class scope", t… in zend_register_functions() 2473 …zend_error_noreturn(E_CORE_ERROR, "Destructor %s::%s() cannot declare a return type", ZSTR_VAL(sco… in zend_register_functions() 2477 …zend_error_noreturn(E_CORE_ERROR, "%s::%s() cannot declare a return type", ZSTR_VAL(scope->name), … in zend_register_functions() 3775 zend_error_noreturn(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources"); in zend_declare_typed_property() 4010 …zend_error_noreturn(E_COMPILE_ERROR, "Access type for interface constant %s::%s must be public", Z… in zend_declare_class_constant_ex() 4015 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_class_constant_ex() [all …]
|
H A D | zend.h | 299 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
|
H A D | zend_alloc.c | 381 zend_error_noreturn(E_ERROR, in zend_mm_safe_error() 1321 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", ZEND_MM… 1765 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", size, a… 2620 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt… 2632 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt… 2646 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
|
H A D | zend_language_scanner.l | 549 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning() 559 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning() 717 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning() 857 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
|
H A D | zend_opcode.c | 549 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout() 557 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
|
H A D | zend_object_handlers.c | 176 zend_error_noreturn(E_ERROR, ZEND_DEBUGINFO_FUNC_NAME "() must return an array"); in zend_std_get_debug_info() 1449 …zend_error_noreturn(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOP… in zend_std_get_static_method() 1640 zend_error_noreturn(E_ERROR, "Nesting level too deep - recursive dependency?"); in zend_std_compare_objects()
|
H A D | zend_hash.c | 100 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", nS… in zend_hash_check_size() 285 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", ht… in zend_hash_packed_grow() 1167 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", ht… in zend_hash_do_resize() 2633 zend_error_noreturn(E_ERROR, "Nesting level too deep - recursive dependency?"); in zend_hash_compare()
|
H A D | zend_operators.c | 1369 zend_error_noreturn(E_ERROR, "Modulo by zero"); in mod_function() 1759 zend_error_noreturn(E_ERROR, "Bit shift by negative number"); in shift_left_function() 1796 zend_error_noreturn(E_ERROR, "Bit shift by negative number"); in shift_right_function()
|
H A D | zend.c | 1516 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() function
|
H A D | zend_strtod.c | 606 zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory"); 619 zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
|
/PHP-7.4/ext/standard/ |
H A D | formatted_print.c | 103 zend_error_noreturn(E_ERROR, "Field width %zd is too long", m_width); in php_sprintf_appendstring() 112 zend_error_noreturn(E_ERROR, "Field width %zd is too long", req_size); in php_sprintf_appendstring()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | file.h | 85 #define abort() zend_error_noreturn(E_ERROR, "fatal libmagic error")
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1878 zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen"); in phpdbg_execute_ex()
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.c | 3906 zend_error_noreturn(E_ERROR, in preload_load_prop_type() 3935 zend_error_noreturn(E_ERROR, in preload_ensure_classes_loadable()
|