Home
last modified time | relevance | path

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

12

/PHP-7.1/Zend/
H A Dzend_inheritance.c144 zend_error_noreturn(E_ERROR, "Cannot override final %s::%s() with %s::%s()", in do_inherit_parent_constructor()
686 zend_error_noreturn(E_COMPILE_ERROR, "Cannot redeclare %s%s::$%s as %s%s::$%s", in do_inherit_property()
735 zend_error_noreturn(E_ERROR, "Interface %s cannot implement itself", ZSTR_VAL(ce->name)); in do_implement_interface()
1196 zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s", in zend_add_trait_method()
1203 zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s", in zend_add_trait_method()
1376 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
1400 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
1609 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_traits_property_binding()
1654 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
1672 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
[all …]
H A Dzend_compile.c190 zend_error_noreturn(E_COMPILE_ERROR, in zend_assert_valid_class_name()
1254 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator()
1489 zend_error_noreturn(E_COMPILE_ERROR, in zend_try_compile_const_expr_resolve_class_name()
1507 zend_error_noreturn(E_COMPILE_ERROR, in zend_try_compile_const_expr_resolve_class_name()
3172 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_args()
6429 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_halt_compiler()
7086 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_yield_from()
7105 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_instanceof()
7395 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_class_const()
7622 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_const_expr_class_const()
[all …]
H A Dzend_variables.c90 zend_error_noreturn(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources"); in _zval_internal_dtor()
121 zend_error_noreturn(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources"); in _zval_internal_dtor_for_ptr()
H A Dzend_interfaces.c75zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for method %s%s%s", obj_ce ? ZSTR_… in zend_call_method()
107zend_error_noreturn(E_CORE_ERROR, "Couldn't execute method %s%s%s", obj_ce ? ZSTR_VAL(obj_ce->name… in zend_call_method()
313zend_error_noreturn(E_CORE_ERROR, "Class %s must implement interface %s as part of either %s or %s… in zend_implement_traversable()
337 zend_error_noreturn(E_ERROR, "Class %s cannot implement both %s and %s at the same time", in zend_implement_aggregate()
369 zend_error_noreturn(E_ERROR, "Class %s cannot implement both %s and %s at the same time", in zend_implement_iterator()
H A Dzend.h74 ZEND_COLD void zend_error_noreturn(int type, const char *format, ...) ZEND_NORETURN ZEND_ATTRIBUTE_…
76 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
79 # define zend_error_noreturn zend_error
H A Dzend_vm_execute.skl21 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_multiply.h275zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in zend_safe_address_guarded()
288zend_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()
311 zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo); in zend_signal_register()
H A Dzend_execute_API.c697 zend_error_noreturn(E_CORE_ERROR, "Corrupted fcall_info provided to zend_call_function()"); in zend_call_function()
1198zend_error_noreturn(E_ERROR, "Maximum execution time of " ZEND_LONG_FMT " second%s exceeded", EG(t… in zend_timeout()
1300 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_set_timeout_ex()
1310 zend_error_noreturn(E_ERROR, "Could not queue new timer"); in zend_set_timeout_ex()
1375 zend_error_noreturn(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout()
1526zend_error_noreturn(E_ERROR, "Class %s contains %d abstract method%s and must therefore be declare… in zend_verify_abstract_class()
H A Dzend_API.c798 zend_error_noreturn(E_CORE_ERROR, "%s%s%s(): %s", in zend_parse_parameters_debug_error()
1010 zend_error_noreturn(E_CORE_ERROR, "%s::%s() must be derived from %s::%s", in zend_parse_method_parameters()
1043 zend_error_noreturn(E_CORE_ERROR, "%s::%s() must be derived from %s::%s", in zend_parse_method_parameters_ex()
1844 zend_error_noreturn(E_CORE_ERROR,"Unable to start %s module", module->name); in zend_startup_module_ex()
2196zend_error_noreturn(E_CORE_ERROR, "Cannot declare a return type of %s outside of a class scope", i… in zend_register_functions()
3664 zend_error_noreturn(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources"); in zend_declare_property_ex()
3763 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_class_constant_ex()
3781 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_class_constant_ex()
3876zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, ZSTR_VAL(Z_OB… in zend_update_property()
3903zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be unset", name, ZSTR_VAL(Z_OBJC… in zend_unset_property()
[all …]
H A Dzend_objects.c148 zend_error_noreturn(E_CORE_ERROR, "Attempt to destruct pending exception"); in zend_objects_destroy_object()
H A Dzend_exceptions.c53 zend_error_noreturn(E_ERROR, "Class %s cannot implement interface %s, extend %s or %s instead", in zend_implement_throwable()
85 zend_error_noreturn(E_CORE_ERROR, "Previous exception must implement Throwable"); in zend_exception_set_previous()
163 zend_error_noreturn(E_CORE_ERROR, "Exception thrown without a stack frame"); in zend_throw_exception_internal()
1060 zend_error_noreturn(E_CORE_ERROR, "Need to supply an object when throwing an exception"); in zend_throw_exception_object()
H A Dzend_opcode.c522 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout()
530 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
H A Dzend_language_scanner.l539 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
549 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
709 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
842 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_object_handlers.c47 zend_error_noreturn(E_ERROR, "Nesting level too deep - recursive dependency?"); \
185 zend_error_noreturn(E_ERROR, ZEND_DEBUGINFO_FUNC_NAME "() must return an array"); in zend_std_get_debug_info()
1340zend_error_noreturn(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOP… in zend_std_get_static_method()
1669 zend_error_noreturn(E_ERROR, in zend_std_cast_object_tostring()
H A Dzend_alloc.c380 zend_error_noreturn(E_ERROR, in zend_mm_safe_error()
1339zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", ZEND_MM…
2526zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
2541zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
2558zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (1 * %zu + 1)", lengt…
H A Dzend.c1312 ZEND_COLD void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_e…
1323 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() function
H A Dzend_hash.c76 zend_error_noreturn(E_ERROR, "Nesting level too deep - recursive dependency?");\
104zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", nS… in zend_hash_check_size()
190zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", ht… in zend_hash_packed_grow()
869zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%u * %zu + %zu)", ht… in zend_hash_do_resize()
H A Dzend_operators.c1251 zend_error_noreturn(E_ERROR, "Modulo by zero"); in mod_function()
1636 zend_error_noreturn(E_ERROR, "Bit shift by negative number"); in shift_left_function()
1672 zend_error_noreturn(E_ERROR, "Bit shift by negative number"); in shift_right_function()
H A Dzend_language_parser.y412 { $$ = NULL; zend_error_noreturn(E_COMPILE_ERROR,
H A Dzend_language_scanner.c541 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
551 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
711 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
844 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_strtod.c603 zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
616 zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
H A Dzend_ast.c424 zend_error_noreturn(E_COMPILE_ERROR, "Cannot use [] for reading"); in zend_ast_evaluate()
/PHP-7.1/ext/standard/
H A Dformatted_print.c90 zend_error_noreturn(E_ERROR, "Field width %zd is too long", m_width); in php_sprintf_appendstring()
99 zend_error_noreturn(E_ERROR, "Field width %zd is too long", req_size); in php_sprintf_appendstring()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1915 zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen"); in phpdbg_execute_ex()

Completed in 159 milliseconds

12