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 ff66e49 commit 8c57474Copy full SHA for 8c57474
sapi/cli/tests/bug62294.phpt
@@ -4,7 +4,7 @@ Bug #62294: register_shutdown_function() does not handle exit code correctly
4
<?php
5
6
$php = getenv('TEST_PHP_EXECUTABLE');
7
-exec($php . ' ' . __DIR__ . '/bug62294.inc', $output, $exit_status);
+exec($php . ' -n ' . __DIR__ . '/bug62294.inc', $output, $exit_status);
8
var_dump($exit_status);
9
10
?>
0 commit comments