Home
last modified time | relevance | path

Searched refs:proc_get_status (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/ext/standard/tests/general_functions/
H A Dproc_open02.phpt22 var_dump(proc_get_status($cat));
26 var_dump(proc_get_status($cat));
H A Dbug39322.phpt21 var_dump(proc_get_status($process));
/PHP-5.6/ext/standard/
H A Dexec.h31 PHP_FUNCTION(proc_get_status);
H A Dproc_open.c344 PHP_FUNCTION(proc_get_status) in PHP_FUNCTION() argument
H A Dbasic_functions.c2826 PHP_FE(proc_get_status, arginfo_proc_get_status)
/PHP-5.6/ext/standard/tests/streams/
H A Dbug61019.phpt29 $process_state=proc_get_status($process);
/PHP-5.6/sapi/fpm/tests/
H A Dinclude.inc41 while (proc_get_status($fpm)['running']) {
/PHP-5.6/
H A Drun-tests.php1124 $stat = proc_get_status($proc);
H A DNEWS7120 - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32). (Felipe)
9630 - Fixed bug #38542 (proc_get_status() returns wrong PID on windows). (Nuno)
11201 - Fixed bug #32533 (proc_get_status() returns the incorrect process status).
11394 - Fixed bug #32210 (proc_get_status() sets "running" always to true). (Ilia)

Completed in 69 milliseconds