ftime             736 ext/opcache/ZendAccelerator.c 		unsigned __int64 ftime;
ftime             742 ext/opcache/ZendAccelerator.c 		ftime = (((unsigned __int64)fdata.ftLastWriteTime.dwHighDateTime) << 32) + fdata.ftLastWriteTime.dwLowDateTime - utc_base;
ftime             743 ext/opcache/ZendAccelerator.c 		ftime /= 10000000L;
ftime             748 ext/opcache/ZendAccelerator.c 		return (accel_time_t)ftime;