Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h285 #define VCWD_UTIME(path, time) virtual_utime(path, time) macro
337 # define VCWD_UTIME(path, time) win32_utime(path, time) macro
339 # define VCWD_UTIME(path, time) utime(path, time) macro

Completed in 6 milliseconds