Lines Matching refs:ZEND_COLD
1106 ZEND_COLD void zenderror(const char *error) /* {{{ */
1120 ZEND_API ZEND_COLD ZEND_NORETURN void _zend_bailout(const char *filename, uint32_t lineno) /* {{{ */
1262 static ZEND_COLD void zend_error_va_list(
1426 static ZEND_COLD void get_filename_lineno(int type, const char **filename, uint32_t *lineno) {
1473 ZEND_API ZEND_COLD void zend_error_at(
1487 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) {
1498 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_at_noreturn(
1516 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...)
1531 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /* {{{ */
1565 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */
1577 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...) /* {{{ */
1594 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *format, ...) /* {{{ */
1611 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) /* {{{ */
1637 ZEND_API ZEND_COLD void zend_user_exception_handler(void) /* {{{ */