Searched refs:exitcode (Results 1 – 8 of 8) sorted by relevance
29 ["exitcode"]=>49 ["exitcode"]=>
48 ["exitcode"]=>69 ["exitcode"]=>
40 ["exitcode"]=>
100 if ($status['exitcode'] !== -1 && $status['exitcode'] !== 0101 && !($status['exitcode'] === 255 && PHP_OS_FAMILY == 'Windows')) {102 printf("Server exited with non-zero status: %d\n", $status['exitcode']);
64 echo "Child $child_pid exit with status ", $status["exitcode"], " after {$total}us\n";
42 echo "External command exit: ".$process_state['exitcode']."\n";
399 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local417 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()429 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()452 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
433 ASAN_OPTIONS: exitcode=139
Completed in 17 milliseconds