Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/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.1/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.c62 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
H A Dbasic_functions.stub.php1478 function gettimeofday(bool $as_float = false): array|float {} function
H A Dbasic_functions_arginfo.h2706 ZEND_FUNCTION(gettimeofday);
3349 ZEND_FE(gettimeofday, arginfo_gettimeofday)
H A Dbasic_functions.c1300 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
/PHP-8.1/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.1/ext/mysqlnd/
H A Dmysqlnd_debug.h91 #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 Dmysqlnd_debug.c93 if (gettimeofday(&tv, NULL) != -1) { in MYSQLND_METHOD()
190 if (gettimeofday(&tv, NULL) != -1) { in MYSQLND_METHOD()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_out.c105 if (gettimeofday(&tp, NULL) == SUCCESS) { in phpdbg_process_print()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt69 // T - gettimeofday() system call, system dependent format
73 …d be that the test is borked and does not recognize the format of the gettimeofday() system call. …
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c1113 gettimeofday(&now, NULL); in php_openssl_limit_handshake_reneg()
1929 gettimeofday(&start_time, NULL); in php_openssl_enable_crypto()
1943 gettimeofday(&cur_time, NULL); in php_openssl_enable_crypto()
2063 gettimeofday(&start_time, NULL); in php_openssl_sockop_io()
2072 gettimeofday(&cur_time, NULL); in php_openssl_sockop_io()
/PHP-8.1/main/
H A Dnetwork.c810 gettimeofday(&limit_time, NULL);
928 gettimeofday(&time_now, NULL);
H A DSAPI.c1090 if (!gettimeofday(&tp, NULL)) { in sapi_get_request_time()
/PHP-8.1/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()
1375 gettimeofday( &tv, NULL ); in init_conn_key()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c2264 gettimeofday(&start, NULL);
2588 gettimeofday(&start, NULL);
2645 gettimeofday(&end, NULL);
/PHP-8.1/ext/session/
H A Dsession.c1173 gettimeofday(&tv, NULL); in CACHE_LIMITER_FUNC()
1340 gettimeofday(&tv, NULL); in php_session_send_cookie()
2959 gettimeofday(&tv, NULL); in php_session_rfc1867_update()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c264 gettimeofday(&tv, NULL); in php_cli_server_get_system_time()
377 if (append_date_header && !gettimeofday(&tv, NULL)) { in append_essential_headers()

Completed in 133 milliseconds

12