Skip to content

Commit 9fb0e6f

Browse files
committed
Fixed SKIP code
1 parent c7a75b7 commit 9fb0e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/bug69442.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EOC;
1313
$tmpFile = tempnam(sys_get_temp_dir(), "bug69442");
1414
file_put_contents($tmpFile, $code);
1515

16-
exec($_SERVER['TEST_PHP_EXECUTABLE']." ".$tmpFile." 2>&1", $output);
16+
exec($_SERVER['TEST_PHP_EXECUTABLE']." -d display_errors=1 -d error_reporting=E_ALL ".$tmpFile." 2>&1", $output);
1717
$output = join("\n", $output);
1818
unlink($tmpFile);
1919

0 commit comments

Comments
 (0)