Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.0/ext/date/tests/
H A Dgettimeofday_basic.phpt2 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 Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
8 var_dump(gettimeofday());
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_clock.c46 return gettimeofday(tv, 0); in fpm_clock_get()
112 return gettimeofday(tv, 0); in fpm_clock_get()
H A Dfpm_php_trace.c48 gettimeofday(&tv, 0); in fpm_php_trace_dump()
H A Dzlog.c172 gettimeofday(&tv, 0); in zlog_buf_prefix()
/PHP-8.0/ext/standard/
H A Dlcg.c76 if (gettimeofday(&tv, NULL) == 0) { in lcg_seed()
88 if (gettimeofday(&tv, NULL) == 0) { in lcg_seed()
H A Dmicrotime.c56 if (gettimeofday(&tp, NULL)) { in _php_gettimeofday()
90 PHP_FUNCTION(gettimeofday) in PHP_FUNCTION() argument
H A Duniqid.c61 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
H A Dbasic_functions.stub.php1120 function gettimeofday(bool $as_float = false): array|float {} function
H A Dbasic_functions_arginfo.h2694 ZEND_FUNCTION(gettimeofday);
3334 ZEND_FE(gettimeofday, arginfo_gettimeofday)
H A Dbasic_functions.c1306 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
/PHP-8.0/win32/
H A Dtime.h47 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
H A Dtime.c81 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday() function
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_debug.h89 #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 Dmysqlnd_debug.c93 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 Dmysqli_debug_mysqlnd_control_string.phpt68 // 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 Dxp_ssl.c1076 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 Dphpdbg_out.c1028 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 Dnetwork.c803 gettimeofday(&limit_time, NULL);
929 gettimeofday(&time_now, NULL);
H A DSAPI.c1086 if (!gettimeofday(&tp, NULL)) { in sapi_get_request_time()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c1574 gettimeofday( &tv_req_begin, NULL ); in main()
1578 gettimeofday( &tv_req_end, NULL ); in main()
H A Dlsapilib.c250 gettimeofday(&tv, NULL); in LSAPI_Log()
1365 gettimeofday( &tv, NULL ); in init_conn_key()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c2254 gettimeofday(&start, NULL);
2585 gettimeofday(&start, NULL);
2642 gettimeofday(&end, NULL);
/PHP-8.0/ext/session/
H A Dsession.c1172 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 Dphp_cli_server.c264 gettimeofday(&tv, NULL); in php_cli_server_get_system_time()
362 if (!gettimeofday(&tv, NULL)) { in append_essential_headers()

Completed in 129 milliseconds

12