Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_open02.phpt46 ["exitcode"]=>
65 ["exitcode"]=>
H A Dbug39322.phpt38 ["exitcode"]=>
/PHP-7.0/ext/standard/tests/streams/
H A Dbug61019.phpt42 echo "External command exit: ".$process_state['exitcode']."\n";
/PHP-7.0/ext/standard/
H A Dproc_open.c314 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
334 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()
344 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()
367 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
/PHP-7.0/
H A Dconfig.guess291 exitcode=$?
293 exit $exitcode ;;

Completed in 10 milliseconds