Login
Ben
/
Nujel
Overview
Code
Talk
CI
Settings
develop
feature/new-benchmarks
master
new-stackless
stackless
value-types
wolkenwelten
7 branches
0 tags
SSH
HTTP
Ben (X13/Arch)
Simplified things a little
0643405
9 days ago
1260 Commits
nujel
/
benchmark
/
for
/ php.php
Raw
application/x-httpd-php
•
97 B
•
7 lines
<?php $ret = 0; for($i = 0; $i < 10000000; $i++){ $ret += $i; } echo "The result is: " . $ret;