summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2020-07-08 16:49:51 +0300
committerDmitry Stogov <dmitry@zend.com>2020-07-08 16:49:51 +0300
commit69b1f3d53d14ac8b3ad8d2a2baaf6140d7912402 (patch)
tree951fdebeeb7dec3a3486a2406fd7a734e94e3629 /run-tests.php
parentad52e4cad9d4bff45a3addcf46e66fb3475edc8c (diff)
downloadphp-git-69b1f3d53d14ac8b3ad8d2a2baaf6140d7912402.tar.gz
Use small counter values for testing
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 26bd736316..696e949974 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -337,6 +337,10 @@ function main()
'opcache.fast_shutdown=0',
'opcache.file_update_protection=0',
'opcache.revalidate_freq=0',
+ 'opcache.jit_hot_loop=1',
+ 'opcache.jit_hot_func=1',
+ 'opcache.jit_hot_return=1',
+ 'opcache.jit_hot_side_exit=1',
'zend.assertions=1',
'zend.exception_ignore_args=0',
'short_open_tag=0',