From 7e53d6f8f43ab1b33d5865e77f8e3dc91bce7f34 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 23 Feb 2008 18:41:31 +0000 Subject: [PATCH] New E_ALL value --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 5d12a1e0f0..50506fc448 100755 --- a/run-tests.php +++ b/run-tests.php @@ -163,7 +163,7 @@ $ini_overwrites = array( 'open_basedir=', 'disable_functions=', 'output_buffering=Off', - 'error_reporting=8191', + 'error_reporting=16383', 'display_errors=1', 'display_startup_errors=1', 'log_errors=0', -- 2.50.1