Arquivos
hhvm/hphp/test/slow/ext_datetime/microtime.php
T
2013-06-18 16:23:20 -07:00

5 linhas
65 B
PHP

<?php
$time_start = microtime(true);
var_dump($time_start > 0);