Файловый менеджер - Редактировать - /opt/alt/php72/usr/share/pear/test/excimer/tests/oneshot.phpt
Назад
--TEST-- ExcimerTimer one-shot mode --SKIPIF-- <?php if (!extension_loaded("excimer")) print "skip"; ?> --FILE-- <?php $timer = new ExcimerTimer; $timer->setInterval(0.5); $count = 0; $timer->setCallback(function() use (&$count) { $count++; }); $timer->start(); $elapsed = 0; $fired_at = 0; $interval = 10000; while ($elapsed < 600000) { if ($count === 1 && $fired_at === 0) { $fired_at = $elapsed; } usleep($interval); $elapsed += $interval; } if ($count === 1 && $fired_at >= 400000 && $fired_at <= 550000) { echo "oneshot: OK\n"; } else { echo "oneshot: FAIL - count: $count, fired_at: $fired_at, elapsed: $elapsed\n"; } --EXPECT-- oneshot: OK
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка