Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_open02.phpt46 ["exitcode"]=>
65 ["exitcode"]=>
H A Dbug39322.phpt38 ["exitcode"]=>
/PHP-5.3/ext/standard/
H A Dproc_open.c395 int exitcode = -1, termsig = 0, stopsig = 0; in PHP_FUNCTION() local
413 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()
423 exitcode = WEXITSTATUS(wstatus); in PHP_FUNCTION()
446 add_assoc_long(return_value, "exitcode", exitcode); in PHP_FUNCTION()
/PHP-5.3/
H A DNEWS2492 - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32). (Felipe)

Completed in 51 milliseconds