Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcntl/tests/
H A D002.phpt46 echo "code === CLD_KILLED\n";
47 var_dump($siginfo['code'] === CLD_KILLED);
71 code === CLD_KILLED
/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php472 const CLD_KILLED = UNKNOWN; define
H A Dpcntl_arginfo.h467 #if (defined(HAVE_SIGWAITINFO) && defined(HAVE_SIGTIMEDWAIT)) && defined(CLD_KILLED) in register_pcntl_symbols()
468 REGISTER_LONG_CONSTANT("CLD_KILLED", CLD_KILLED, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 10 milliseconds