Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_open02.phpt46 ["exitcode"]=>
65 ["exitcode"]=>
H A Dbug39322.phpt38 ["exitcode"]=>
/PHP-8.1/ext/standard/tests/streams/
H A Dbug61019.phpt42 echo "External command exit: ".$process_state['exitcode']."\n";
/PHP-8.1/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt64 echo "Child $child_pid exit with status ", $status["exitcode"], " after ${total}us\n";
/PHP-8.1/ext/standard/
H A Dproc_open.c365 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
383 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()
/PHP-8.1/.github/workflows/
H A Dnightly.yml345 export ASAN_OPTIONS=exitcode=139
362 export ASAN_OPTIONS=exitcode=139
378 export ASAN_OPTIONS=exitcode=139
398 export ASAN_OPTIONS=exitcode=139

Completed in 18 milliseconds