Home
last modified time | relevance | path

Searched refs:ZEND_COLD (Results 1 – 22 of 22) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_exceptions.h43 ZEND_API ZEND_COLD void zend_throw_exception_internal(zval *exception);
59 ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *me…
60 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c…
61 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception);
69 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
H A Dzend_ini_scanner.h31 ZEND_COLD int zend_ini_scanner_get_lineno(void);
32 ZEND_COLD char *zend_ini_scanner_get_filename(void);
H A Dzend.h73 ZEND_COLD void zend_error_noreturn(int type, const char *format, ...) ZEND_NORETURN ZEND_ATTRIBUTE_…
75 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) ZEND_A…
228 ZEND_API ZEND_COLD void _zend_bailout(const char *filename, uint32_t lineno);
241 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) …
274 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf,…
275 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) Z…
276 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, 2…
277 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...…
278 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f…
280 ZEND_COLD void zenderror(const char *error);
H A Dzend.c944 ZEND_COLD void zenderror(const char *error) /* {{{ */ in zenderror()
958 ZEND_API ZEND_COLD void _zend_bailout(const char *filename, uint32_t lineno) /* {{{ */ in BEGIN_EXTERN_C()
1097 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
1099 static ZEND_COLD void zend_error_va_list(int type, const char *format, va_list args) in zend_error()
1328 ZEND_COLD void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_e…
1330 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
1339 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1351 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error()
1380 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1392 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error()
[all …]
H A Dzend_exceptions.c136 ZEND_API ZEND_COLD void zend_throw_exception_internal(zval *exception) /* {{{ */ in zend_throw_exception_internal()
256 ZEND_COLD ZEND_METHOD(exception, __clone) in ZEND_METHOD()
894 ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *me… in zend_throw_exception()
924 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c… in zend_throw_exception_ex()
939 ZEND_API ZEND_COLD zend_object *zend_throw_error_exception(zend_class_entry *exception_ce, const ch… in zend_throw_error_exception()
971 ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error()
1039 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
H A Dzend_portability.h227 # define ZEND_COLD __attribute__((cold)) macro
232 # define ZEND_COLD macro
H A Dzend_ini_scanner.l261 ZEND_COLD int zend_ini_scanner_get_lineno(void) in zend_ini_scanner_get_lineno()
269 ZEND_COLD char *zend_ini_scanner_get_filename(void) in zend_ini_scanner_get_filename()
H A Dzend_object_handlers.h166 ZEND_API ZEND_COLD zend_bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *prop…
H A Dzend_ini_parser.y195 static ZEND_COLD void ini_error(const char *msg) in ini_error()
H A Dzend_execute.c246 static zend_never_inline ZEND_COLD void zval_undefined_cv(uint32_t var EXECUTE_DATA_DC) in zval_undefined_cv()
643 static ZEND_COLD void zend_verify_type_error_common( in zend_verify_type_error_common()
716 static ZEND_COLD void zend_verify_arg_error( in zend_verify_arg_error()
913 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data) in zend_missing_arg_error()
938 static ZEND_COLD void zend_verify_return_error( in zend_verify_return_error()
954 static ZEND_COLD void zend_verify_internal_return_error( in zend_verify_internal_return_error()
969 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1020 static ZEND_COLD int zend_verify_missing_return_type(zend_function *zf, void **cache_slot) in zend_verify_missing_return_type()
1125 static zend_never_inline ZEND_COLD void zend_wrong_string_offset(EXECUTE_DATA_D) in zend_wrong_string_offset()
H A Dzend_closures.c335 static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object *object) /* {{{ */ in zend_closure_get_constructor()
574 ZEND_COLD ZEND_METHOD(Closure, __construct) in ZEND_METHOD()
H A Dzend_API.h317 ZEND_API ZEND_COLD void zend_wrong_param_count(void);
717 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_count_error(zend_bool throw_, int num_a…
718 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(zend_bool throw_, int num, ze…
719 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(zend_bool throw_, int num, c…
720 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_, int severity, int…
H A Dzend_execute.h59 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data);
H A Dzend_alloc.c336 ZEND_COLD void zend_debug_alloc_output(char *format, ...) in zend_debug_alloc_output()
353 static ZEND_COLD ZEND_NORETURN void zend_mm_panic(const char *message) in zend_mm_panic()
366 static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error()
2827 static ZEND_COLD ZEND_NORETURN void zend_out_of_memory(void)
H A Dzend_API.c155 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count()
235 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_count_error(zend_bool throw_, int num_a… in zend_wrong_parameters_count_error()
253 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(zend_bool throw_, int num, ze… in zend_wrong_parameter_type_error()
267 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(zend_bool throw_, int num, c… in zend_wrong_parameter_class_error()
277 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_, int severity, int… in zend_wrong_callback_error()
824 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error()
H A Dzend_inheritance.c386 static ZEND_COLD void zend_append_type_hint(smart_str *str, const zend_function *fptr, zend_arg_inf… in zend_append_type_hint()
428 static ZEND_COLD zend_string *zend_get_function_declaration(const zend_function *fptr) /* {{{ */ in zend_get_function_declaration()
H A Dzend_ini_scanner.c263 ZEND_COLD int zend_ini_scanner_get_lineno(void) in zend_ini_scanner_get_lineno()
271 ZEND_COLD char *zend_ini_scanner_get_filename(void) in zend_ini_scanner_get_filename()
H A Dzend_generators.c424 static ZEND_COLD zend_function *zend_generator_get_constructor(zend_object *object) /* {{{ */ in zend_generator_get_constructor()
H A Dzend_ast.c734 static ZEND_COLD int zend_ast_var_needs_braces(char ch) in zend_ast_var_needs_braces()
H A Dzend_object_handlers.c1412 ZEND_API ZEND_COLD zend_bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *prop… in zend_std_unset_static_property()
/PHP-7.2/main/
H A Dphp.h359 PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int);
374 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
377 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
379 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
381 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
384 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
H A Dmain.c671 PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int) in php_log_err_with_severity()
765 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror()
963 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...) in php_error_docref0()
975 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1()
987 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2()
1004 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par… in php_win32_docref2_from_error()
1032 static ZEND_COLD void php_error_cb(int type, const char *error_filename, const uint32_t error_linen… in php_error_cb()
1488 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend()

Completed in 142 milliseconds