summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-04-15 11:27:03 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-04-15 11:27:03 +0200
commitfd5dc557598c3121f8a4ce5cddc475ab6cc310bc (patch)
treee296493a9a15cd0017f29f3fa71ebcb31a968743 /run-tests.php
parent5e8be710ca14a1d3687e89eeaad8168c9534d30e (diff)
downloadphp-git-fd5dc557598c3121f8a4ce5cddc475ab6cc310bc.tar.gz
Force short_open_tag=0 in run-tests.php
Make sure we don't accidentially add tests depending on short tags.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index ebcaabba02..822850af71 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -262,6 +262,7 @@ NO_PROC_OPEN_ERROR;
'opcache.revalidate_freq=0',
'zend.assertions=1',
'zend.exception_ignore_args=0',
+ 'short_open_tag=0',
);
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';