summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2019-07-14 03:45:31 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-23 11:27:23 +0200
commit6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41 (patch)
tree60cbb3987b5dadbac96ca4a372045d2f509e77f3 /run-tests.php
parenta07e85f93fe446975f84948cfe905e2ec1c4db4a (diff)
downloadphp-git-6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41.tar.gz
Cleanup of remaining E_STRICT in tests
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests.php b/run-tests.php
index 2c11961a05..7f4fce37e2 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -238,7 +238,7 @@ NO_PROC_OPEN_ERROR;
'open_basedir=',
'disable_functions=',
'output_buffering=Off',
- 'error_reporting=' . (E_ALL | E_STRICT),
+ 'error_reporting=' . E_ALL,
'display_errors=1',
'display_startup_errors=1',
'log_errors=0',
@@ -1624,7 +1624,7 @@ escape:
'E_USER_ERROR',
'E_USER_WARNING',
'E_USER_NOTICE',
- 'E_STRICT',
+ 'E_STRICT', // TODO Cleanup when removed from Zend Engine.
'E_RECOVERABLE_ERROR',
'E_USER_DEPRECATED'
];