Home
last modified time | relevance | path

Searched refs:pcntl_wifstopped (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/pcntl/tests/
H A D001.phpt50 print "\n\nTesting pcntl_wifstopped and pcntl_wstopsig....";
61 if ( pcntl_wifstopped($status) ) {
84 Testing pcntl_wifstopped and pcntl_wstopsig....
H A Dpcntl_wait.phpt19 var_dump(pcntl_wifstopped($status));
/PHP-8.0/ext/pcntl/
H A Dphp_pcntl.h41 PHP_FUNCTION(pcntl_wifstopped);
H A Dpcntl.stub.php44 function pcntl_wifstopped(int $status): bool {} function
H A Dpcntl_arginfo.h139 ZEND_FUNCTION(pcntl_wifstopped);
180 ZEND_FE(pcntl_wifstopped, arginfo_pcntl_wifstopped)
H A Dpcntl.c668 PHP_FUNCTION(pcntl_wifstopped) in PHP_FUNCTION() argument
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fork.phpt44 … printf("Stopped: %d\n", (pcntl_wifstopped($status)) ? pcntl_wstopsig($status) : 'n/a');
204 … printf("Stopped: %d\n", (pcntl_wifstopped($status)) ? pcntl_wstopsig($status) : 'n/a');

Completed in 17 milliseconds