Home
last modified time | relevance | path

Searched defs:VCWD_UTIME (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h277 #define VCWD_UTIME(path, time) virtual_utime(path, time) macro
329 # define VCWD_UTIME(path, time) win32_utime(path, time) macro
331 # define VCWD_UTIME(path, time) utime(path, time) macro

Completed in 6 milliseconds