Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pcntl/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pcntl/tests/bug73783.phpt |
--TEST-- Bug #73783: (SIG_IGN needs to be set to prevent syscals from returning early) --SKIPIF-- <?php if (!extension_loaded('pcntl')) die('skip pcntl extension not available'); elseif (!extension_loaded('posix')) die('skip posix extension not available'); ?> --FILE-- <?php pcntl_signal(SIGCHLD, SIG_IGN); switch(pcntl_fork()) { case 0: exit; break; } $before = microtime(true); sleep(1); if (microtime(true) - $before >= 0.8) { echo "working\n"; } else { echo "failed\n"; } ?> --EXPECTF-- working
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare