1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--TEST-- Test hrtime() return array --FILE-- <?php var_dump(hrtime()); ?> --EXPECTF-- array(2) { [0]=> int(%d) [1]=> int(%d) }