/PHP-8.3/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.3/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 | 47 gettimeofday(&tv, 0); in fpm_php_trace_dump()
|
H A D | zlog.c | 176 gettimeofday(&tv, 0); in zlog_buf_prefix()
|
/PHP-8.3/ext/standard/ |
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.c | 1233 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
|
H A D | basic_functions.stub.php | 3222 function gettimeofday(bool $as_float = false): array|float {}
|
H A D | basic_functions_arginfo.h | 2691 ZEND_FUNCTION(gettimeofday); 3332 ZEND_FE(gettimeofday, arginfo_gettimeofday)
|
/PHP-8.3/ext/random/ |
H A D | engine_combinedlcg.c | 110 if (gettimeofday(&tv, NULL) == 0) { in php_random_combinedlcg_seed_default() 123 if (gettimeofday(&tv, NULL) == 0) { in php_random_combinedlcg_seed_default()
|
/PHP-8.3/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.3/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 91 #define DBG_PROFILE_START_TIME() gettimeofday(&__dbg_prof_tp, NULL); __dbg_prof_start = DBG_PROFIL… 92 #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.3/sapi/phpdbg/ |
H A D | phpdbg_out.c | 105 if (gettimeofday(&tp, NULL) == SUCCESS) { in phpdbg_process_print()
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 66 // T - gettimeofday() system call, system dependent format 70 …d be that the test is borked and does not recognize the format of the gettimeofday() system call. …
|
/PHP-8.3/ext/openssl/ |
H A D | xp_ssl.c | 1128 gettimeofday(&now, NULL); in php_openssl_limit_handshake_reneg() 1943 gettimeofday(&start_time, NULL); in php_openssl_enable_crypto() 1957 gettimeofday(&cur_time, NULL); in php_openssl_enable_crypto() 2077 gettimeofday(&start_time, NULL); in php_openssl_sockop_io() 2086 gettimeofday(&cur_time, NULL); in php_openssl_sockop_io() 2505 gettimeofday(&start_time, NULL); in php_openssl_sockop_set_option() 2514 gettimeofday(&cur_time, NULL); in php_openssl_sockop_set_option()
|
/PHP-8.3/main/ |
H A D | network.c | 812 gettimeofday(&limit_time, NULL); 935 gettimeofday(&time_now, NULL);
|
H A D | SAPI.c | 1095 if (!gettimeofday(&tp, NULL)) { in sapi_get_request_time()
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapi_main.c | 1570 gettimeofday( &tv_req_begin, NULL ); in main() 1574 gettimeofday( &tv_req_end, NULL ); in main()
|
/PHP-8.3/sapi/cgi/ |
H A D | cgi_main.c | 2241 gettimeofday(&start, NULL); 2578 gettimeofday(&start, NULL); 2635 gettimeofday(&end, NULL);
|
/PHP-8.3/ext/session/ |
H A D | session.c | 1194 gettimeofday(&tv, NULL); in CACHE_LIMITER_FUNC() 1361 gettimeofday(&tv, NULL); in php_session_send_cookie() 3057 gettimeofday(&tv, NULL); in php_session_rfc1867_update()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli_server.c | 271 gettimeofday(&tv, NULL); in php_cli_server_get_system_time() 385 if (append_date_header && !gettimeofday(&tv, NULL)) { in append_essential_headers()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 63 if (UNEXPECTED(gettimeofday(&tm, NULL) != SUCCESS)) { in php_time() 2385 gettimeofday(&tp, NULL); in php_date_get_current_time_with_fraction()
|