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 (Win10)
Some compiler fixes
3ff3a21
3 years ago
563 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;