index
:
roadrunner.git
dependabot/github_actions/codecov/codecov-action-5.2.0
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
plugins
/
service
/
test_files
/
loop.php
blob: 6ba488efced742f4ff865f570893c09e751109e7 (
plain
)
1
2
3
4
5
6
<?php for ($x = 0; $x <= 1000; $x++) { sleep(1); error_log("The number is: $x", 0); } ?>