Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_open02.phpt46 ["exitcode"]=>
65 ["exitcode"]=>
H A Dbug39322.phpt38 ["exitcode"]=>
/PHP-7.2/ext/standard/tests/streams/
H A Dbug61019.phpt42 echo "External command exit: ".$process_state['exitcode']."\n";
/PHP-7.2/ext/standard/
H A Dproc_open.c311 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
331 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()
/PHP-7.2/
H A Dconfig.guess291 exitcode=$?
293 exit $exitcode ;;

Completed in 15 milliseconds