/PHP-8.4/Zend/ |
H A D | zend_compile.c | 113 zend_error_noreturn(E_COMPILE_ERROR, in zend_stack_limit_error() 243 zend_error_noreturn(E_COMPILE_ERROR, in zend_assert_valid_class_name() 1151 zend_error_noreturn(E_COMPILE_ERROR, in zend_resolve_class_name() 1155 zend_error_noreturn(E_COMPILE_ERROR, in zend_resolve_class_name() 1538 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator() 1558 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator() 1766 zend_error_noreturn(E_COMPILE_ERROR, in zend_resolve_const_class_name_reference() 1782 zend_error_noreturn(E_COMPILE_ERROR, in zend_ensure_valid_class_fetch_type() 3413 zend_error_noreturn(E_COMPILE_ERROR, in zend_ensure_writable_variable() 8781 zend_error_noreturn( in zend_compile_class_const_decl() [all …]
|
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_enum.c | 31 …zend_error_noreturn(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name),… 75 zend_error_noreturn(E_COMPILE_ERROR, "Enum %s cannot include properties", in zend_verify_enum_properties() 107 …zend_error_noreturn(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name),… in zend_verify_enum_magic_methods() 115 zend_error_noreturn(E_COMPILE_ERROR, in zend_verify_enum_interfaces() 133 zend_error_noreturn(E_ERROR, "Non-enum class %s cannot implement interface %s", in zend_implement_unit_enum() 143 zend_error_noreturn(E_ERROR, "Non-enum class %s cannot implement interface %s", in zend_implement_backed_enum() 150 zend_error_noreturn(E_ERROR, "Non-backed enum %s cannot implement interface %s", in zend_implement_backed_enum() 432 …zend_error_noreturn(E_COMPILE_ERROR, "Cannot redeclare %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(nam… in zend_enum_register_func()
|
H A D | zend_inheritance.c | 274 zend_error_noreturn( in lookup_class_ex() 1289 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_property_error() 1303 zend_error_noreturn(E_COMPILE_ERROR, in emit_set_hook_type_error() 1393 zend_error_noreturn(E_COMPILE_ERROR, in inherit_property_hook() 1468 zend_error_noreturn( in do_inherit_property() 1578 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_class_constant_error() 1680 zend_error_noreturn(E_COMPILE_ERROR, in zend_verify_hooked_property() 1706 zend_error_noreturn(E_COMPILE_ERROR, in zend_verify_hooked_property() 1714 zend_error_noreturn(E_COMPILE_ERROR, in zend_verify_hooked_property() 2012 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_constant_check() [all …]
|
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_interfaces.c | 61 …zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for method %s::%s", ZSTR_VAL(obj_c… in zend_call_method() 67 … zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for function %s", function_name); in zend_call_method() 277 zend_error_noreturn(E_CORE_ERROR, "%s %s must implement interface %s as part of either %s or %s", in zend_implement_traversable() 291 zend_error_noreturn(E_ERROR, in zend_implement_aggregate() 333 zend_error_noreturn(E_ERROR, in zend_implement_iterator()
|
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_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 | 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()
|
H A D | zend_vm_execute.skl | 36 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
|
H A D | zend_exceptions.c | 73 zend_error_noreturn(E_ERROR, in zend_implement_throwable() 219 zend_error_noreturn(E_CORE_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal() 987 zend_error_noreturn(E_ERROR, in zend_exception_uncaught_error() 994 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 | 245 zend_error_noreturn(E_ERROR, "%s", message); in zend_throw_or_error() 1093 zend_error_noreturn(E_CORE_ERROR, "Couldn't execute method %s%s%s", in zend_call_known_function() 1429 …zend_error_noreturn(E_ERROR, "Maximum execution time of " ZEND_LONG_FMT " second%s exceeded", EG(t… in zend_timeout() 1555 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_timeout_handler() 1565 zend_error_noreturn(E_ERROR, "Could not queue new timer"); in zend_timeout_handler() 1650 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout()
|
H A D | zend_list.c | 40 zend_error_noreturn(E_ERROR, "Resource ID space overflow"); in zend_list_insert()
|
H A D | zend_objects.c | 181 zend_error_noreturn(E_CORE_ERROR, "Attempt to destruct pending exception"); in zend_objects_destroy_object()
|
H A D | zend_API.c | 1138 zend_error_noreturn(E_CORE_ERROR, "%s%s%s(): %s", in zend_parse_parameters_debug_error() 1342 zend_error_noreturn(E_CORE_ERROR, "%s::%s() must be derived from %s::%s()", in zend_parse_method_parameters() 1375 zend_error_noreturn(E_CORE_ERROR, "%s::%s() must be derived from %s::%s()", in zend_parse_method_parameters_ex() 2431 zend_error_noreturn(E_CORE_ERROR,"Unable to start %s module", module->name); in zend_startup_module_ex() 2752 zend_error_noreturn(error_type, "Method %s::%s() cannot declare a return type", in zend_check_magic_method_no_return_type() 3104 zend_error_noreturn(E_CORE_ERROR, in zend_register_functions() 4535 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_typed_property() 4542 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_typed_property() 4624 zend_error_noreturn(E_CORE_ERROR, "Internal zvals cannot be refcounted"); in zend_declare_typed_property() 4862 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_typed_class_constant() [all …]
|
H A D | zend_alloc.c | 413 zend_error_noreturn(E_ERROR, in zend_mm_safe_error() 743 zend_error_noreturn(E_ERROR, "huge_pages: thp unsupported on this platform"); 1483 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", ZEND_MM… 1932 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", size, a… 2816 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt… 2828 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt… 2843 …zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
|
H A D | zend.h | 383 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
|
H A D | zend_language_scanner.l | 556 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning() 566 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning() 747 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning() 881 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
|
/PHP-8.4/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-8.4/ext/fileinfo/ |
H A D | php_libmagic.h | 66 #define abort() zend_error_noreturn(E_ERROR, "fatal libmagic error")
|
/PHP-8.4/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 181 zend_error_noreturn(E_ERROR, "Cannot redeclare function %s() (previously declared in %s:%d)", in _zend_accel_function_hash_copy() 186 …zend_error_noreturn(E_ERROR, "Cannot redeclare function %s()", ZSTR_VAL(function1->common.function… in _zend_accel_function_hash_copy()
|
/PHP-8.4/ext/standard/ |
H A D | formatted_print.c | 98 zend_error_noreturn(E_ERROR, "Field width %zd is too long", m_width); in php_sprintf_appendstring() 107 zend_error_noreturn(E_ERROR, "Field width %zd is too long", req_size); in php_sprintf_appendstring()
|
/PHP-8.4/main/ |
H A D | output.c | 603 zend_error_noreturn(E_ERROR, "Cannot register an output handler conflict outside of MINIT"); in php_output_handler_conflict_register() 620 …zend_error_noreturn(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT"); in php_output_handler_reverse_conflict_register() 657 zend_error_noreturn(E_ERROR, "Cannot register an output handler alias outside of MINIT"); in php_output_handler_alias_register()
|
H A D | spprintf.c | 334 zend_error_noreturn(E_CORE_ERROR, in xbuf_format_converter()
|