/PHP-8.0/ext/date/tests/ |
H A D | gettimeofday_basic.phpt | 2 Test gettimeofday() function : basic functionality 5 echo "*** Testing gettimeofday() : basic functionality ***\n"; 12 // Calling gettimeofday() with all possible arguments 13 var_dump( gettimeofday($get_as_float) ); 15 // Calling gettimeofday() with mandatory arguments 16 var_dump( gettimeofday() ); 21 // Calling gettimeofday() with all possible arguments 22 var_dump( gettimeofday($get_as_float) ); 26 *** Testing gettimeofday() : basic functionality ***
|
H A D | bug35143.phpt | 2 Bug #35143 (gettimeofday() ignores current time zone) 8 var_dump(gettimeofday());
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_clock.c | 46 return gettimeofday(tv, 0); in fpm_clock_get() 112 return gettimeofday(tv, 0); in fpm_clock_get()
|
H A D | fpm_php_trace.c | 48 gettimeofday(&tv, 0); in fpm_php_trace_dump()
|
H A D | zlog.c | 172 gettimeofday(&tv, 0); in zlog_buf_prefix()
|
/PHP-8.0/ext/standard/ |
H A D | lcg.c | 76 if (gettimeofday(&tv, NULL) == 0) { in lcg_seed() 88 if (gettimeofday(&tv, NULL) == 0) { in lcg_seed()
|
H A D | microtime.c | 56 if (gettimeofday(&tp, NULL)) { in _php_gettimeofday() 90 PHP_FUNCTION(gettimeofday) in PHP_FUNCTION() argument
|
H A D | uniqid.c | 61 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 1120 function gettimeofday(bool $as_float = false): array|float {} function
|
H A D | basic_functions_arginfo.h | 2694 ZEND_FUNCTION(gettimeofday); 3334 ZEND_FE(gettimeofday, arginfo_gettimeofday)
|
H A D | basic_functions.c | 1306 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
|
/PHP-8.0/win32/ |
H A D | time.h | 47 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
|
H A D | time.c | 81 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday() function
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 89 #define DBG_PROFILE_START_TIME() gettimeofday(&__dbg_prof_tp, NULL); __dbg_prof_start = DBG_PROFIL… 90 #define DBG_PROFILE_END_TIME(duration) gettimeofday(&__dbg_prof_tp, NULL); (duration) = (DBG_PROFIL…
|
H A D | mysqlnd_debug.c | 93 if (gettimeofday(&tv, NULL) != -1) { in MYSQLND_METHOD() 190 if (gettimeofday(&tv, NULL) != -1) { in MYSQLND_METHOD()
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 68 // T - gettimeofday() system call, system dependent format 72 …d be that the test is borked and does not recognize the format of the gettimeofday() system call. …
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 1076 gettimeofday(&now, NULL); in php_openssl_limit_handshake_reneg() 1876 gettimeofday(&start_time, NULL); in php_openssl_enable_crypto() 1890 gettimeofday(&cur_time, NULL); in php_openssl_enable_crypto() 2010 gettimeofday(&start_time, NULL); in php_openssl_sockop_io() 2019 gettimeofday(&cur_time, NULL); in php_openssl_sockop_io()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 1028 if (gettimeofday(&tp, NULL) == SUCCESS) { in phpdbg_process_print() 1273 if (gettimeofday(&tp, NULL) == SUCCESS) { in phpdbg_rlog_internal()
|
/PHP-8.0/main/ |
H A D | network.c | 803 gettimeofday(&limit_time, NULL); 929 gettimeofday(&time_now, NULL);
|
H A D | SAPI.c | 1086 if (!gettimeofday(&tp, NULL)) { in sapi_get_request_time()
|
/PHP-8.0/sapi/litespeed/ |
H A D | lsapi_main.c | 1574 gettimeofday( &tv_req_begin, NULL ); in main() 1578 gettimeofday( &tv_req_end, NULL ); in main()
|
H A D | lsapilib.c | 250 gettimeofday(&tv, NULL); in LSAPI_Log() 1365 gettimeofday( &tv, NULL ); in init_conn_key()
|
/PHP-8.0/sapi/cgi/ |
H A D | cgi_main.c | 2254 gettimeofday(&start, NULL); 2585 gettimeofday(&start, NULL); 2642 gettimeofday(&end, NULL);
|
/PHP-8.0/ext/session/ |
H A D | session.c | 1172 gettimeofday(&tv, NULL); in CACHE_LIMITER_FUNC() 1339 gettimeofday(&tv, NULL); in php_session_send_cookie() 2976 gettimeofday(&tv, NULL); in php_session_rfc1867_update()
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 264 gettimeofday(&tv, NULL); in php_cli_server_get_system_time() 362 if (!gettimeofday(&tv, NULL)) { in append_essential_headers()
|