Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.c284 zend_error_noreturn(E_ERROR, "Cannot access empty property"); in zend_get_property_info_quick()
286 zend_error_noreturn(E_ERROR, "Cannot access property started with '\\0'"); in zend_get_property_info_quick()
652 zend_error_noreturn(E_ERROR, "Undefined offset for object of type %s used as array", ce->name); in zend_std_read_dimension()
662 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_read_dimension()
681 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_write_dimension()
710 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_has_dimension()
868 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_unset_dimension()
886 zend_error_noreturn(E_ERROR, "Cannot get arguments for __call"); in zend_std_call_user_call()
1104 zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME); in zend_std_callstatic_user_call()
1301 zend_error_noreturn(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name); in zend_std_unset_static_property()
[all …]
H A Dzend_vm_execute.h2463 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_CONST_HANDLER()
3620 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4612 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5469 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6195 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
7057 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
7773 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_TMP_HANDLER()
12979 zend_error_noreturn(E_ERROR, "Can only throw objects"); in ZEND_THROW_SPEC_VAR_HANDLER()
15488 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
17846 zend_error_noreturn(E_ERROR, "Cannot call constructor"); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h341 zend_error_noreturn(E_ERROR, "Cannot use string offset as an object");
1202 zend_error_noreturn(E_ERROR, "Cannot use string offset as an array");
1286 zend_error_noreturn(E_ERROR, "Cannot use [] for reading");
1321 zend_error_noreturn(E_ERROR, "Cannot unset string offsets");
2440 zend_error_noreturn(E_ERROR, "Method name must be a string");
2560 zend_error_noreturn(E_ERROR, "Function name must be a string");
2591 zend_error_noreturn(E_ERROR, "Cannot call constructor");
2766 zend_error_noreturn(E_ERROR, "Function name must be a string");
2970 zend_error_noreturn(E_ERROR, "Can only throw objects");
4027 zend_error_noreturn(E_ERROR, "Cannot use object as array");
[all …]
H A Dzend_vm_execute.skl36 zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_execute.c467 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_unused()
481 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_ptr()
492 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr_ptr_unused()
504 zend_error_noreturn(E_ERROR, "Using $this when not in object context"); in _get_obj_zval_ptr()
743 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_assign_to_object()
1144 zend_error_noreturn(E_ERROR, "[] operator not supported for strings"); in zend_fetch_dimension_address()
1190 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_fetch_dimension_address()
1323 zend_error_noreturn(E_ERROR, "Cannot use object as array"); in zend_fetch_dimension_address_read()
1393zend_error_noreturn(E_ERROR, "Cannot access undefined property for object with overloaded property… in zend_fetch_property_address()
1418zend_error_noreturn(E_ERROR, "Cannot break/continue %d level%s", original_nest_levels, (original_n… in zend_brk_cont()
H A Dzend_alloc.c1775 zend_error_noreturn(E_ERROR, in zend_mm_safe_error()
2475zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2504zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2525zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2545zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2558zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
2573zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", n… in safe_address()
H A Dzend.h294 void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((noreturn));
296 # define zend_error_noreturn zend_error macro
H A Dzend_opcode.c504 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout()
512 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
H A Dzend_language_scanner.l516 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
526 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
684 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
853 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_execute_API.c813zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EX(function_state).function->… in zend_call_function()
978 zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object"); in zend_call_function()
H A Dzend.c1266 void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),nor…
H A Dzend_language_scanner.c518 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
528 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
686 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
855 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
/PHP-5.5/ext/standard/
H A Dformatted_print.c95 zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width); in php_sprintf_appendstring()
103 zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size); in php_sprintf_appendstring()
H A Dhtml.c1262 zend_error_noreturn(E_ERROR, "Input string is too long"); in php_escape_html_entities_ex()
1427 zend_error_noreturn(E_ERROR, "Escaped string is too long"); in php_escape_html_entities_ex()
/PHP-5.5/
H A DNEWS9519 - Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol

Completed in 308 milliseconds