Файловый менеджер - Редактировать - /opt/alt/php82/usr/share/pear/test/excimer/tests/timer.phpt
Назад
--TEST-- ExcimerTimer --SKIPIF-- <?php if (!extension_loaded("excimer")) print "skip"; ?> --FILE-- <?php $timer = new ExcimerTimer; $timer->setInterval(1); $timer->setCallback(function() { throw new Exception('timeout'); }); $timer->start(); try { while (true) { usleep(100000); } } catch (Exception $e) { echo "OK\n"; } --EXPECT-- OK
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка