mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Mark "cold" functions
This commit is contained in:
parent
8ec0cf8be7
commit
e14d77335c
7 changed files with 13 additions and 14 deletions
|
@ -212,7 +212,7 @@ static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
static void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format, ...) /* {{{ */
|
||||
static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format, ...) /* {{{ */
|
||||
{
|
||||
va_list va;
|
||||
char *message = NULL;
|
||||
|
@ -564,7 +564,7 @@ ZEND_API zend_bool zend_is_executing(void) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
ZEND_API int zend_use_undefined_constant(zend_string *name, zend_ast_attr attr, zval *result) /* {{{ */
|
||||
ZEND_API ZEND_COLD int zend_use_undefined_constant(zend_string *name, zend_ast_attr attr, zval *result) /* {{{ */
|
||||
{
|
||||
char *colon;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue