Home
last modified time | relevance | path

Searched refs:exitcode (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open02.phpt46 ["exitcode"]=>
65 ["exitcode"]=>
H A Dbug39322.phpt38 ["exitcode"]=>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug61019.phpt42 echo "External command exit: ".$process_state['exitcode']."\n";
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc37 ($status['running'] == false && $status['exitcode'] != 0)) {
H A Dsapi_windows_set_ctrl_handler.phpt64 echo "Child $child_pid exit with status ", $status["exitcode"], " after ${total}us\n";
/PHP-7.4/ext/standard/
H A Dproc_open.c304 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
324 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()
334 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()
354 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
/PHP-7.4/azure/
H A Dcommunity_job.yml69 export ASAN_OPTIONS=exitcode=139

Completed in 23 milliseconds