Home | History | Annotate | Download | only in contrib

Lines Matching defs:time_start

15 $time_start = explode(' ', microtime());
659 $time_diff = $time_end[0] + $time_end[1] - $time_start[0] - $time_start[1];