Home
last modified time | relevance | path

Searched refs:CLD_KILLED (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pcntl/tests/
H A D002.phpt43 echo "code === CLD_KILLED\n";
44 var_dump($siginfo['code'] === CLD_KILLED);
89 code === CLD_KILLED
/PHP-8.3/ext/pcntl/
H A Dpcntl.stub.php380 const CLD_KILLED = UNKNOWN; define
H A Dpcntl_arginfo.h361 #if (defined(HAVE_SIGWAITINFO) && defined(HAVE_SIGTIMEDWAIT)) && defined(CLD_KILLED) in register_pcntl_symbols()
362 REGISTER_LONG_CONSTANT("CLD_KILLED", CLD_KILLED, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 9 milliseconds