Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h288 #define VCWD_UTIME(path, time) virtual_utime(path, time) macro
340 # define VCWD_UTIME(path, time) win32_utime(path, time) macro
342 # define VCWD_UTIME(path, time) utime(path, time) macro
/php-src/ext/session/
H A Dmod_files.c573 ret = VCWD_UTIME(buf, NULL); in PS_UPDATE_TIMESTAMP_FUNC()
/php-src/ext/standard/
H A Dfilestat.c674 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/php-src/main/streams/
H A Dplain_wrapper.c1537 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()

Completed in 25 milliseconds