Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/general_functions/
H A Dgh10239_2.phpt29 ["exitcode"]=>
49 ["exitcode"]=>
H A Dproc_open02.phpt48 ["exitcode"]=>
69 ["exitcode"]=>
H A Dbug39322.phpt40 ["exitcode"]=>
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server.inc100 if ($status['exitcode'] !== -1 && $status['exitcode'] !== 0
101 && !($status['exitcode'] === 255 && PHP_OS_FAMILY == 'Windows')) {
102 printf("Server exited with non-zero status: %d\n", $status['exitcode']);
H A Dsapi_windows_set_ctrl_handler.phpt64 echo "Child $child_pid exit with status ", $status["exitcode"], " after {$total}us\n";
/PHP-8.3/ext/standard/tests/streams/
H A Dbug61019.phpt42 echo "External command exit: ".$process_state['exitcode']."\n";
/PHP-8.3/.github/workflows/
H A Dnightly.yml398 export ASAN_OPTIONS=exitcode=139
415 export ASAN_OPTIONS=exitcode=139
431 export ASAN_OPTIONS=exitcode=139
446 export ASAN_OPTIONS=exitcode=139
463 export ASAN_OPTIONS=exitcode=139
479 export ASAN_OPTIONS=exitcode=139
499 export ASAN_OPTIONS=exitcode=139
/PHP-8.3/ext/standard/
H A Dproc_open.c399 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
417 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()

Completed in 16 milliseconds