diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-20 20:41:07 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-20 20:41:07 +0200 |
commit | 6aadeba213305a0b8818c347bea956cb7e258c3a (patch) | |
tree | 2b55d65b0d25536f93895c329946a8956f943925 /sapi/phpdbg/create-test.php | |
parent | 378a05f0de7ff8874a2b97cdc78851eba748d91f (diff) | |
download | php-git-6aadeba213305a0b8818c347bea956cb7e258c3a.tar.gz |
Add show_unexecuted option to phpdbg_end_oplog()
Diffstat (limited to 'sapi/phpdbg/create-test.php')
-rw-r--r-- | sapi/phpdbg/create-test.php | 2 |
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 = ""; |