Searched refs:ftime (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/phar/tests/files/ |
H A D | phar_test.inc | 16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
|
H A D | phar_oo_test.inc | 47 $ftime = mktime(12, 0, 0, 3, 1, 2006);
|
/php-src/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
|
H A D | phar_oo_test.inc | 46 $ftime = mktime(12, 0, 0, 3, 1, 2006);
|
/php-src/sapi/litespeed/ |
H A D | lscriu.c | 379 ftime(&sTimeb); in LSCRIU_Restored_Error()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 996 unsigned __int64 ftime; in zend_get_file_handle_timestamp_win() local 1002 …ftime = (((unsigned __int64)fdata.ftLastWriteTime.dwHighDateTime) << 32) + fdata.ftLastWriteTime.d… in zend_get_file_handle_timestamp_win() 1003 ftime /= 10000000L; in zend_get_file_handle_timestamp_win() 1008 return (accel_time_t)ftime; in zend_get_file_handle_timestamp_win()
|
Completed in 16 milliseconds