Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dfilestat.c627 struct utimbuf *newtime = &newtimebuf; in PHP_FUNCTION() local
644 newtime = NULL; in PHP_FUNCTION()
646 newtime->modtime = newtime->actime = time(NULL); in PHP_FUNCTION()
650 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
653 newtime->modtime = filetime; in PHP_FUNCTION()
654 newtime->actime = fileatime; in PHP_FUNCTION()
664 if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL)) { in PHP_FUNCTION()
700 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/PHP-7.3/ext/session/
H A Dmod_files.c575 struct utimbuf *newtime = &newtimebuf; in PS_UPDATE_TIMESTAMP_FUNC() local
585 newtime = NULL; in PS_UPDATE_TIMESTAMP_FUNC()
587 newtime->modtime = newtime->actime = time(NULL); in PS_UPDATE_TIMESTAMP_FUNC()
589 ret = VCWD_UTIME(buf, newtime); in PS_UPDATE_TIMESTAMP_FUNC()
/PHP-7.3/main/streams/
H A Duserspace.c1291 struct utimbuf *newtime = (struct utimbuf *)value; in user_wrapper_metadata() local
1292 add_index_long(&args[2], 0, newtime->modtime); in user_wrapper_metadata()
1293 add_index_long(&args[2], 1, newtime->actime); in user_wrapper_metadata()
H A Dplain_wrapper.c1386 struct utimbuf *newtime; in php_plain_files_metadata() local
1411 newtime = (struct utimbuf *)value; in php_plain_files_metadata()
1421 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()

Completed in 55 milliseconds