summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-04-02 23:49:13 +0300
committerDmitry Stogov <dmitry@zend.com>2019-04-02 23:49:13 +0300
commitf53240dbc479fe740a462b73743cc9deb31f88fd (patch)
tree88f159bd949bd28308f72cd5af4732c6c2c06d69 /Zend/zend_execute_API.c
parent9cb926d8d11f6f7b45bb5c8c56760de58ae76ea4 (diff)
downloadphp-git-f53240dbc479fe740a462b73743cc9deb31f88fd.tar.gz
Use fastcall calling convention
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index dc8172360b..56786ae41b 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -1123,7 +1123,7 @@ ZEND_API int zend_eval_string_ex(char *str, zval *retval_ptr, char *string_name,
static void zend_set_timeout_ex(zend_long seconds, int reset_signals);
-ZEND_API ZEND_NORETURN void zend_timeout(int dummy) /* {{{ */
+ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(int dummy) /* {{{ */
{
#if defined(PHP_WIN32)
# ifndef ZTS