summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug69442.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/bug69442.phpt')
-rw-r--r--ext/standard/tests/file/bug69442.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug69442.phpt b/ext/standard/tests/file/bug69442.phpt
index e5255acb37..655eab306c 100644
--- a/ext/standard/tests/file/bug69442.phpt
+++ b/ext/standard/tests/file/bug69442.phpt
@@ -13,7 +13,7 @@ EOC;
$tmpFile = tempnam(sys_get_temp_dir(), "bug69442");
file_put_contents($tmpFile, $code);
- exec($_SERVER['TEST_PHP_EXECUTABLE']." ".$tmpFile." 2>&1", $output);
+ exec($_SERVER['TEST_PHP_EXECUTABLE']." -d display_errors=1 -d error_reporting=E_ALL ".$tmpFile." 2>&1", $output);
$output = join("\n", $output);
unlink($tmpFile);