summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-12-10 16:15:26 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-12-10 16:15:26 +0100
commite87dc32569c1c5e11683d9e878da3fddd0409c40 (patch)
treeb27a5ad08c044219fb00aa00051eaee518e24682
parent5ddcacac2ebc30d573eb1cb4a121a1c02d61c6aa (diff)
downloadphp-git-e87dc32569c1c5e11683d9e878da3fddd0409c40.tar.gz
Set zend.exception_ignore_args=0 in run-tests.php
Any existing tests are going to be written under this assumption...
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 07e3d2d797..a6a9b2ae82 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -260,6 +260,7 @@ NO_PROC_OPEN_ERROR;
'opcache.file_update_protection=0',
'opcache.revalidate_freq=0',
'zend.assertions=1',
+ 'zend.exception_ignore_args=0',
);
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';