Searched refs:exitcode (Results 1 – 5 of 5) sorted by relevance
46 ["exitcode"]=>65 ["exitcode"]=>
38 ["exitcode"]=>
42 echo "External command exit: ".$process_state['exitcode']."\n";
311 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local331 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()341 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()361 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
291 exitcode=$?293 exit $exitcode ;;
Completed in 16 milliseconds