Searched refs:exitcode (Results 1 – 7 of 7) sorted by relevance
46 ["exitcode"]=>65 ["exitcode"]=>
38 ["exitcode"]=>
42 echo "External command exit: ".$process_state['exitcode']."\n";
37 ($status['running'] == false && $status['exitcode'] != 0)) {
64 echo "Child $child_pid exit with status ", $status["exitcode"], " after ${total}us\n";
365 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local383 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()391 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()412 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
322 export ASAN_OPTIONS=exitcode=139339 export ASAN_OPTIONS=exitcode=139355 export ASAN_OPTIONS=exitcode=139375 export ASAN_OPTIONS=exitcode=139
Completed in 21 milliseconds