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 2f4b049 commit a537922Copy full SHA for a537922
1 file changed
Tests/ErrorProcessInitiator.php
@@ -16,7 +16,7 @@
16
17
require \dirname(__DIR__).'/vendor/autoload.php';
18
19
-list('e' => $php) = getopt('e:') + ['e' => 'php'];
+['e' => $php] = getopt('e:') + ['e' => 'php'];
20
21
try {
22
$process = new Process("exec $php -r \"echo 'ready'; trigger_error('error', E_USER_ERROR);\"");
0 commit comments