Home
last modified time | relevance | path

Searched refs:zend_error_noreturn (Results 1 – 25 of 44) sorted by relevance

12

/php-src/ext/gd/libgd/
H A Dgd_webp.c59 zend_error_noreturn(E_ERROR, "WebP decode: realloc failed"); in gdImageCreateFromWebpCtx()
70 zend_error_noreturn(E_ERROR, "gd-webp cannot get webp info"); in gdImageCreateFromWebpCtx()
82 zend_error_noreturn(E_ERROR, "gd-webp cannot allocate temporary buffer"); in gdImageCreateFromWebpCtx()
116 zend_error_noreturn(E_ERROR, "Palette image not supported by webp"); in gdImageWebpCtx()
162 zend_error_noreturn(E_ERROR, "gd-webp encoding failed"); in gdImageWebpCtx()
/php-src/Zend/
H A Dzend_attributes.c52 zend_error_noreturn(E_ERROR, in validate_attribute()
59 zend_error_noreturn(E_ERROR, "Invalid attribute flags specified"); in validate_attribute()
70 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to trait"); in validate_allow_dynamic_properties()
73 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to interface"); in validate_allow_dynamic_properties()
76 zend_error_noreturn(E_ERROR, "Cannot apply #[AllowDynamicProperties] to readonly class %s", in validate_allow_dynamic_properties()
320 zend_error_noreturn(E_ERROR, "Only internal classes can be registered as compiler attribute"); in zend_mark_internal_attribute()
338zend_error_noreturn(E_ERROR, "Classes must be first marked as attribute before being able to be re… in zend_mark_internal_attribute()
H A Dzend_compile.c106 zend_error_noreturn(E_COMPILE_ERROR, in zend_stack_limit_error()
236 zend_error_noreturn(E_COMPILE_ERROR, in zend_assert_valid_class_name()
1093 zend_error_noreturn(E_COMPILE_ERROR, in zend_resolve_class_name()
1097 zend_error_noreturn(E_COMPILE_ERROR, in zend_resolve_class_name()
1478 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator()
1498 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator()
1706 zend_error_noreturn(E_COMPILE_ERROR, in zend_resolve_const_class_name_reference()
1722 zend_error_noreturn(E_COMPILE_ERROR, in zend_ensure_valid_class_fetch_type()
3337 zend_error_noreturn(E_COMPILE_ERROR, in zend_ensure_writable_variable()
8095 zend_error_noreturn( in zend_compile_class_const_decl()
[all …]
H A Dzend_enum.c31zend_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()
107zend_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()
428zend_error_noreturn(E_COMPILE_ERROR, "Cannot redeclare %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(nam… in zend_enum_register_func()
H A Dzend_inheritance.c259 zend_error_noreturn( in lookup_class_ex()
1275 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_property_error()
1300 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_property()
1330 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_property()
1391 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_class_constant_error()
1736 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_constant_check()
2168 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2204 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2268 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2356 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_trait_constant_error()
[all …]
H A Dzend_arena.h87zend_error_noreturn(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_… in zend_arena_calloc()
183zend_error_noreturn(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_… in zend_arena_calloc()
H A Dzend_interfaces.c60zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for method %s::%s", ZSTR_VAL(obj_c… in zend_call_method()
66zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for function %s", function_name); in zend_call_method()
276 zend_error_noreturn(E_CORE_ERROR, "%s %s must implement interface %s as part of either %s or %s", in zend_implement_traversable()
290 zend_error_noreturn(E_ERROR, in zend_implement_aggregate()
330 zend_error_noreturn(E_ERROR, in zend_implement_iterator()
H A Dzend_smart_str.c150 zend_error_noreturn(E_ERROR, "String size overflow"); in _smart_string_alloc_persistent()
176 zend_error_noreturn(E_ERROR, "String size overflow"); in _smart_string_alloc()
H A Dzend_variables.c102zend_error_noreturn(E_CORE_ERROR, "Internal zval's can't be arrays, objects, resources or referenc… in zval_internal_ptr_dtor()
H A Dzend_multiply.h337zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in zend_safe_address_guarded()
350zend_error_noreturn(E_ERROR, "Possible integer overflow in %s (%zu * %zu + %zu)", message, nmemb, … in zend_safe_addmult()
H A Dzend_signal.c258 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 Dzend_vm_execute.skl36 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_exceptions.c73 zend_error_noreturn(E_ERROR, in zend_implement_throwable()
216 zend_error_noreturn(E_CORE_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal()
982 zend_error_noreturn(E_ERROR, in zend_exception_uncaught_error()
989 zend_error_noreturn(E_CORE_ERROR, "Need to supply an object when throwing an exception"); in zend_throw_exception_object()
H A Dzend_execute_API.c244 zend_error_noreturn(E_ERROR, "%s", message); in zend_throw_or_error()
1068 zend_error_noreturn(E_CORE_ERROR, "Couldn't execute method %s%s%s", in zend_call_known_function()
1404zend_error_noreturn(E_ERROR, "Maximum execution time of " ZEND_LONG_FMT " second%s exceeded", EG(t… in zend_timeout()
1530 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_timeout_handler()
1540 zend_error_noreturn(E_ERROR, "Could not queue new timer"); in zend_timeout_handler()
1623 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout()
H A Dzend_list.c40 zend_error_noreturn(E_ERROR, "Resource ID space overflow"); in zend_list_insert()
H A Dzend_objects.c160 zend_error_noreturn(E_CORE_ERROR, "Attempt to destruct pending exception"); in zend_objects_destroy_object()
H A Dzend_alloc.c379 zend_error_noreturn(E_ERROR, in zend_mm_safe_error()
709 zend_error_noreturn(E_ERROR, "huge_pages: thp unsupported on this platform");
1386zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", ZEND_MM…
1830zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", size, a…
2665zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
2677zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
2692zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
H A Dzend.h349 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
/php-src/ext/pdo/
H A Dpdo.c116zend_error_noreturn(E_ERROR, "PDO: driver %s requires PDO API version " ZEND_ULONG_FMT "; this is … in ZEND_GET_MODULE()
121zend_error_noreturn(E_ERROR, "The PDO extension must be loaded first in order to load PDO drivers"… in ZEND_GET_MODULE()
143zend_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 Dphp_libmagic.h70 #define abort() zend_error_noreturn(E_ERROR, "fatal libmagic error")
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.c80 zend_error_noreturn(E_ERROR, "Failed to clone SpoofChecker object"); in spoofchecker_clone_obj()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c181 zend_error_noreturn(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)", in _zend_accel_function_hash_copy()
186 zend_error_noreturn(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name)); in _zend_accel_function_hash_copy()
230 zend_error_noreturn(E_ERROR, in _zend_accel_class_hash_copy()
/php-src/ext/standard/
H A Dformatted_print.c101 zend_error_noreturn(E_ERROR, "Field width %zd is too long", m_width); in php_sprintf_appendstring()
110 zend_error_noreturn(E_ERROR, "Field width %zd is too long", req_size); in php_sprintf_appendstring()
/php-src/main/
H A Doutput.c599 zend_error_noreturn(E_ERROR, "Cannot register an output handler conflict outside of MINIT"); in php_output_handler_conflict_register()
616zend_error_noreturn(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT"); in php_output_handler_reverse_conflict_register()
653 zend_error_noreturn(E_ERROR, "Cannot register an output handler alias outside of MINIT"); in php_output_handler_alias_register()
H A Dspprintf.c334 zend_error_noreturn(E_CORE_ERROR, in xbuf_format_converter()

Completed in 141 milliseconds

12