Subdomain Posts
PHP | 2 days ago
PHP | 159 days ago
PHP | 161 days ago
PHP | 196 days ago
PHP | 208 days ago
PHP | 249 days ago
PHP | 431 days ago
PHP | 477 days ago
PHP | 567 days ago
PHP | 567 days ago
Recent Posts
Java | 5 sec ago
PHP | 38 sec ago
PHP | 44 sec ago
Python | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 2 min ago
Bash | 3 min ago
JavaScript | 3 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Sam Yong on the 23rd of Aug 2009 11:37:49 PM
Download |
Raw |
Embed |
Report
<?php
$i = 0;
while($i++ < 1000){
}
$i = 0;
$time_start = microtime_float();
while($i++<1000){
}
$time_end = microtime_float();
$loadedin = (float)($time_end - $time_start);
echo $loadedin.' s<br/>';
$i = 0;
$time_start = microtime_float();
while($i++<1000){
}
$time_end = microtime_float();
$loadedin = (float)($time_end - $time_start);
echo $loadedin.' s<br/>';
echo $b.'<br/>'.$c;
function microtime_float(){
return ((float)$usec + (float)$sec);
}
?>
Submit a correction or amendment below.
Make A New Post