summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/create-test.php
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/create-test.php')
-rw-r--r--sapi/phpdbg/create-test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/create-test.php b/sapi/phpdbg/create-test.php
index 3bda97670f..6de10bd56f 100644
--- a/sapi/phpdbg/create-test.php
+++ b/sapi/phpdbg/create-test.php
@@ -27,7 +27,7 @@
error_reporting(-1);
$phpdbg = getenv('TEST_PHPDBG_EXECUTABLE') ?: null;
-$pass_options = " -qbI";
+$pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_errors=1" -d "log_errors=0"';
$file = "";
$cmdargv = "";