Home
last modified time | relevance | path

Searched refs:microtime (Results 26 – 35 of 35) sorted by relevance

12

/PHP-8.3/ext/standard/
H A Dmicrotime.c83 PHP_FUNCTION(microtime) in PHP_FUNCTION() argument
H A Dconfig.w3231 info.c iptc.c link.c mail.c math.c md5.c metaphone.c microtime.c \
H A Dconfig.m4453 microtime.c pack.c pageinfo.c quot_print.c \
H A Dbasic_functions.stub.php3216 function microtime(bool $as_float = false): string|float {}
H A Dbasic_functions_arginfo.h2688 ZEND_FUNCTION(microtime);
3329 ZEND_FE(microtime, arginfo_microtime)
/PHP-8.3/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt13 srand(time() + ((int)(microtime(true) * 1000000) % 1000000));
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt138 $start = microtime(true);
144 $duration = microtime(true) - $start;
H A Dmysqli_poll_kill.phpt89 $begin = microtime(true);
131 if ((microtime(true) - $begin) > 5) {
/PHP-8.3/
H A Drun-tests.php814 $t = microtime(true);
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi.inc882 $startTime = microtime(true);
899 if (microtime(true) - $startTime >= ($timeoutMs * 1000)) {

Completed in 49 milliseconds

12