We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363c753 + 6cc9703 commit 69863a0Copy full SHA for 69863a0
examples/common.php
@@ -17,7 +17,7 @@
17
}
18
19
function test_notify(cli\Notify $notify, $cycle = 1000000, $sleep = null) {
20
- for ($i = 0; $i <= $cycle; $i++) {
+ for ($i = 0; $i < $cycle; $i++) {
21
$notify->tick();
22
if ($sleep) usleep($sleep);
23
0 commit comments