Searched refs:secs (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | sleep_basic.phpt | 36 echo "TEST FAILED - time is ${time} secs and sleep was ${sleeptime} secs\n";
|
/PHP-7.1/ext/date/tests/ |
H A D | bug64887.phpt | 20 '-12 µsecs',
|
/PHP-7.1/ext/zip/lib/ |
H A D | zip_source_win32handle.c | 594 zip_int64_t secs; in _zip_filetime_to_time_t() local 599 secs = (li.QuadPart / WINDOWS_TICK - SEC_TO_UNIX_EPOCH); in _zip_filetime_to_time_t() 601 temp = (time_t)secs; in _zip_filetime_to_time_t() 602 if (secs != (zip_int64_t)temp) in _zip_filetime_to_time_t()
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapilib.h | 367 void LSAPI_Set_Max_Idle( int secs ); 375 void LSAPI_Set_Max_Process_Time( int secs );
|
H A D | lsapilib.c | 3357 void LSAPI_Set_Max_Idle( int secs ) in LSAPI_Set_Max_Idle() argument 3358 { s_max_idle_secs = secs; } in LSAPI_Set_Max_Idle() 3375 void LSAPI_Set_Max_Process_Time( int secs ) in LSAPI_Set_Max_Process_Time() argument 3377 if (( g_prefork_server )&&( secs > 0 )) in LSAPI_Set_Max_Process_Time() 3378 g_prefork_server->m_iMaxReqProcessTime = secs; in LSAPI_Set_Max_Process_Time()
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | cdf.c | 1142 int days, hours, mins, secs; in cdf_print_elapsed_time() local 1145 secs = (int)(ts % 60); in cdf_print_elapsed_time() 1169 len += snprintf(buf + len, bufsiz - len, "%.2d", secs); in cdf_print_elapsed_time()
|
/PHP-7.1/sapi/fpm/tests/ |
H A D | fcgi.inc | 243 * Helper to avoid duplicating milliseconds to secs/usecs in a few places
|
/PHP-7.1/ext/date/lib/ |
H A D | parse_date.re | 203 { "µsecs", TIMELIB_MICROSEC, 1 }, 207 { "secs", TIMELIB_SECOND, 1 },
|
Completed in 31 milliseconds