We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a75b7 commit 9fb0e6fCopy full SHA for 9fb0e6f
ext/standard/tests/file/bug69442.phpt
@@ -13,7 +13,7 @@ EOC;
13
$tmpFile = tempnam(sys_get_temp_dir(), "bug69442");
14
file_put_contents($tmpFile, $code);
15
16
- 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);
17
$output = join("\n", $output);
18
unlink($tmpFile);
19
0 commit comments