Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_open02.phpt46 ["exitcode"]=>
65 ["exitcode"]=>
H A Dbug39322.phpt38 ["exitcode"]=>
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61019.phpt42 echo "External command exit: ".$process_state['exitcode']."\n";
/PHP-5.5/ext/standard/
H A Dproc_open.c354 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
372 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()
382 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()
405 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
/PHP-5.5/
H A Dconfig.guess276 exitcode=$?
278 exit $exitcode ;;
H A DNEWS5542 - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32). (Felipe)

Completed in 32 milliseconds