Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/standard/
H A Dfilestat.c634 struct utimbuf *newtime = &newtimebuf; in PHP_FUNCTION() local
648 newtime = NULL; in PHP_FUNCTION()
650 newtime->modtime = newtime->actime = time(NULL); in PHP_FUNCTION()
654 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
657 newtime->modtime = filetime; in PHP_FUNCTION()
658 newtime->actime = fileatime; in PHP_FUNCTION()
668 if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL)) { in PHP_FUNCTION()
704 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c1350 struct utimbuf *newtime; in php_plain_files_metadata() local
1378 newtime = (struct utimbuf *)value; in php_plain_files_metadata()
1388 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()
H A Duserspace.c1298 struct utimbuf *newtime = (struct utimbuf *)value; in user_wrapper_metadata() local
1299 add_index_long(&args[2], 0, newtime->modtime); in user_wrapper_metadata()
1300 add_index_long(&args[2], 1, newtime->actime); in user_wrapper_metadata()

Completed in 32 milliseconds