Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A D002.phpt34 echo "code === SI_USER || SI_NOINFO\n";
35 if (defined('SI_NOINFO')) {
36 var_dump(($siginfo['code'] === SI_USER) || ($siginfo['code'] === SI_NOINFO));
67 code === SI_USER || SI_NOINFO
/php-src/ext/pcntl/
H A Dpcntl.stub.php336 const SI_NOINFO = UNKNOWN; define
H A Dpcntl_arginfo.h416 #if (defined(HAVE_SIGWAITINFO) && defined(HAVE_SIGTIMEDWAIT)) && defined(SI_NOINFO) in register_pcntl_symbols()
417 REGISTER_LONG_CONSTANT("SI_NOINFO", SI_NOINFO, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 9 milliseconds