We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f24ead commit 9c20b91Copy full SHA for 9c20b91
timer.h
@@ -32,7 +32,7 @@ static zend_always_inline uint64 current_timestamp() {
32
static zend_always_inline uint64 time_milliseconds(int source, double timebase_factor) {
33
#ifdef __APPLE__
34
return mach_absolute_time() / timebase_factor;
35
-#ifdef PHP_WIN32
+#elif defined(PHP_WIN32)
36
37
LARGE_INTEGER count;
38
0 commit comments