Home
last modified time | relevance | path

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

12

/php-src/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-src/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.c47 gettimeofday(&tv, 0); in fpm_php_trace_dump()
H A Dzlog.c175 gettimeofday(&tv, 0); in zlog_buf_prefix()
/php-src/ext/standard/
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.c1203 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
H A Dbasic_functions.stub.php3287 function gettimeofday(bool $as_float = false): array|float {}
H A Dbasic_functions_arginfo.h2796 ZEND_FUNCTION(gettimeofday);
3435 ZEND_FE(gettimeofday, arginfo_gettimeofday)
/php-src/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-src/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-src/ext/random/
H A Drandom.c645 gettimeofday(&tv, NULL);
664 gettimeofday(&tv, NULL);
676 gettimeofday(&tv, NULL);
680 gettimeofday(&tv, NULL);
/php-src/sapi/phpdbg/
H A Dphpdbg_out.c105 if (gettimeofday(&tp, NULL) == SUCCESS) { in phpdbg_process_print()
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt66 // 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-src/ext/openssl/
H A Dxp_ssl.c1124 gettimeofday(&now, NULL); in php_openssl_limit_handshake_reneg()
1939 gettimeofday(&start_time, NULL); in php_openssl_enable_crypto()
1953 gettimeofday(&cur_time, NULL); in php_openssl_enable_crypto()
2073 gettimeofday(&start_time, NULL); in php_openssl_sockop_io()
2082 gettimeofday(&cur_time, NULL); in php_openssl_sockop_io()
2501 gettimeofday(&start_time, NULL); in php_openssl_sockop_set_option()
2510 gettimeofday(&cur_time, NULL); in php_openssl_sockop_set_option()
/php-src/main/
H A Dnetwork.c791 gettimeofday(&limit_time, NULL);
911 gettimeofday(&time_now, NULL);
H A DSAPI.c1094 if (!gettimeofday(&tp, NULL)) { in sapi_get_request_time()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1570 gettimeofday( &tv_req_begin, NULL ); in main()
1574 gettimeofday( &tv_req_end, NULL ); in main()
/php-src/sapi/cgi/
H A Dcgi_main.c2238 gettimeofday(&start, NULL);
2575 gettimeofday(&start, NULL);
2632 gettimeofday(&end, NULL);
/php-src/ext/session/
H A Dsession.c1179 gettimeofday(&tv, NULL); in CACHE_LIMITER_FUNC()
1346 gettimeofday(&tv, NULL); in php_session_send_cookie()
3059 gettimeofday(&tv, NULL); in php_session_rfc1867_update()
/php-src/sapi/cli/
H A Dphp_cli_server.c271 gettimeofday(&tv, NULL); in php_cli_server_get_system_time()
385 if (append_date_header && !gettimeofday(&tv, NULL)) { in append_essential_headers()
/php-src/ext/date/
H A Dphp_date.c63 if (UNEXPECTED(gettimeofday(&tm, NULL) != SUCCESS)) { in php_time()
2390 gettimeofday(&tp, NULL); in php_date_get_current_time_with_fraction()

Completed in 134 milliseconds

12