Home
last modified time | relevance | path

Searched refs:newtime (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.2/main/streams/
H A Duserspace.c1295 struct utimbuf *newtime = (struct utimbuf *)value; in user_wrapper_metadata() local
1296 add_index_long(&args[2], 0, newtime->modtime); in user_wrapper_metadata()
1297 add_index_long(&args[2], 1, newtime->actime); in user_wrapper_metadata()
H A Dplain_wrapper.c1346 struct utimbuf *newtime; in php_plain_files_metadata() local
1371 newtime = (struct utimbuf *)value; in php_plain_files_metadata()
1381 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()
/PHP-7.2/ext/standard/
H A Dfilestat.c629 struct utimbuf *newtime = &newtimebuf; in PHP_FUNCTION() local
646 newtime = NULL; in PHP_FUNCTION()
648 newtime->modtime = newtime->actime = time(NULL); in PHP_FUNCTION()
652 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
655 newtime->modtime = filetime; in PHP_FUNCTION()
656 newtime->actime = fileatime; in PHP_FUNCTION()
666 if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL)) { in PHP_FUNCTION()
702 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/PHP-7.2/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()

Completed in 20 milliseconds