From fd5dc557598c3121f8a4ce5cddc475ab6cc310bc Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 15 Apr 2020 11:27:03 +0200 Subject: Force short_open_tag=0 in run-tests.php Make sure we don't accidentially add tests depending on short tags. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.php') 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'; -- cgit v1.2.1