Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h255 #define VCWD_UTIME(path, time) virtual_utime(path, time) macro
307 # define VCWD_UTIME(path, time) win32_utime(path, time) macro
309 # define VCWD_UTIME(path, time) utime(path, time) macro
/PHP-7.3/ext/session/
H A Dmod_files.c589 ret = VCWD_UTIME(buf, newtime); in PS_UPDATE_TIMESTAMP_FUNC()
/PHP-7.3/ext/standard/
H A Dfilestat.c700 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1421 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()

Completed in 20 milliseconds