<?php sleep(int $seconds): int
<?php } elseif ($timeout === null) { \sleep(PHP_INT_MAX); } return 0;
<?php sleep(1); $timers->add(new Timer(0.5, function () { $this->fail("Timer shouldn't be called"); }));