Searched refs:hrtime (Results 1 – 14 of 14) sorted by relevance
2 Test hrtime() aligns with microtime()9 $h0 = hrtime(true);11 $h1 = hrtime(true);
2 Test hrtime() return array6 var_dump(hrtime());
14 $start = hrtime(true);18 $time[$algo] += hrtime(true)-$start;
100 PHP_MINIT_FUNCTION(hrtime) in PHP_MINIT_FUNCTION() argument163 PHP_FUNCTION(hrtime) in PHP_FUNCTION() argument
52 PHP_MINIT_FUNCTION(hrtime);
38 streamsfuncs.c http.c flock_compat.c random.c hrtime.c", false /* never shared */,
472 random.c net.c hrtime.c crc32_x86.c,,,
599 function hrtime(bool $as_number = false): array|int|float|false {} function
2415 ZEND_FUNCTION(hrtime);3052 ZEND_FE(hrtime, arginfo_hrtime)
424 BASIC_MINIT_SUBMODULE(hrtime) in PHP_MINIT_FUNCTION()
243 $hrtime = hrtime();244 return (($hrtime[0]*1000000000 + $hrtime[1]) / 1000000000);
350 $hrtime = hrtime();351 return (($hrtime[0]*1000000000 + $hrtime[1]) / 1000000000);
814 function hrtime(bool $as_num = false) function
1881 . Fixed bug #81137 (hrtime breaks build on OSX before Sierra). (krakjoe)
Completed in 96 milliseconds