Home
last modified time | relevance | path

Searched refs:microtime (Results 1 – 25 of 39) sorted by path

12

/PHP-7.4/
H A DNEWS1416 . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
1911 . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
/PHP-7.4/Zend/tests/
H A Dconcat_003.phpt11 $time = microtime(TRUE);
27 $time = microtime(TRUE);
34 $t = microtime(TRUE) - $time;
/PHP-7.4/ext/date/tests/
H A Dbug36988.phpt8 $start = microtime(true);
H A Dgettimeofday_basic.phpt7 * Source code: ext/standard/microtime.c
H A Dmicrotime_basic.phpt2 Test return type and value for expected input microtime()
6 * proto mixed microtime([bool get_as_float])
7 * Function is implemented in ext/standard/microtime.c
10 var_dump(microtime());
11 var_dump(microtime(true));
12 var_dump(microtime(false));
H A Dmicrotime_error.phpt2 Test wrong number of arguments for microtime()
6 * proto mixed microtime([bool get_as_float])
7 * Function is implemented in ext/standard/microtime.c
14 var_dump(microtime($opt_arg_0, $extra_arg));
28 var_dump(microtime($bad_arg));
36 Warning: microtime() expects at most 1 parameter, 2 given in %s on line 11
60 Warning: microtime() expects parameter 1 to be bool, array given in %s on line 25
66 Warning: microtime() expects parameter 1 to be bool, object given in %s on line 25
/PHP-7.4/ext/fileinfo/tests/
H A Dcve-2014-3538-mb.phpt19 $t = microtime(true);
21 $t = microtime(true) - $t;
H A Dcve-2014-3538-nojit.phpt23 $t = microtime(true);
25 $t = microtime(true) - $t;
H A Dcve-2014-3538.phpt19 $t = microtime(true);
21 $t = microtime(true) - $t;
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_bits.phpt17 $start = microtime(true);
29 if (microtime(true) - $start > 0.5) {
H A Dgmp_random_range.phpt34 $start = microtime(true);
59 if (microtime(true) - $start > 0.5) {
/PHP-7.4/ext/hash/
H A Dbench.php80 $start = microtime(true);
84 $time[$algo] += microtime(true)-$start;
/PHP-7.4/ext/intl/tests/
H A Dbug71020.phpt10 …$myarray[substr(md5(microtime()),rand(0,26),9) . strval($x)]= substr(md5(microtime()),rand(0,26),9…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt134 $start = microtime(true);
140 $duration = microtime(true) - $start;
H A Dmysqli_fetch_array_many_rows.phpt14 $start = microtime(true);
15 for ($id = 100, $start = microtime(true); (microtime(true) - $start) < 5; $id++) {
H A Dmysqli_poll_kill.phpt93 $begin = microtime(true);
135 if ((microtime(true) - $begin) > 5) {
H A Dmysqli_stmt_attr_set.phpt49 mt_srand(microtime(true));
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt13 srand(time() + ((microtime(true) * 1000000) % 1000000));
/PHP-7.4/ext/pcntl/tests/
H A Dbug73783.phpt18 $before = microtime(true);
21 if (microtime(true) - $before >= 0.8) {
/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt13 $start = microtime(true);
16 $end = microtime(true);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt71 $t = microtime(1);
73 $diff = microtime(1) - $t;
79 $t = microtime(1);
81 $diff = microtime(1) - $t;
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2992 PHP_FE(microtime, arginfo_microtime)
H A Dconfig.m4489 microtime.c pack.c pageinfo.c quot_print.c rand.c mt_rand.c \
H A Dconfig.w3231 info.c iptc.c lcg.c link.c mail.c math.c md5.c metaphone.c microtime.c \
H A Dmicrotime.c87 PHP_FUNCTION(microtime) in PHP_FUNCTION() argument

Completed in 57 milliseconds

12