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 1d534b9 commit 74a7d00Copy full SHA for 74a7d00
run-tests.php
@@ -63,7 +63,7 @@ function main()
63
if (getenv("TEST_PHP_WORKER")) {
64
$workerID = intval(getenv("TEST_PHP_WORKER"));
65
run_worker();
66
- die;
+ return;
67
}
68
69
define('INIT_DIR', getcwd());
@@ -733,7 +733,7 @@ function main()
733
exit(1);
734
735
736
- exit(0);
737
738
739
@@ -1731,11 +1731,9 @@ function run_worker() {
1731
"type" => "error",
1732
"msg" => "Unrecognised message type: $command[type]"
1733
]);
1734
+ break 2;
1735
1736
1737
-
1738
1739
1740
1741
//
0 commit comments