Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfilestat.c585 struct utimbuf *newtime = &newtimebuf; in PHP_FUNCTION() local
600 newtime = NULL; in PHP_FUNCTION()
602 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
607 newtime->modtime = filetime; in PHP_FUNCTION()
608 newtime->actime = fileatime; in PHP_FUNCTION()
614 if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL)) { in PHP_FUNCTION()
650 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/php-src/main/streams/
H A Duserspace.c1210 struct utimbuf *newtime = (struct utimbuf *)value; in user_wrapper_metadata() local
1211 add_index_long(&args[2], 0, newtime->modtime); in user_wrapper_metadata()
1212 add_index_long(&args[2], 1, newtime->actime); in user_wrapper_metadata()
H A Dplain_wrapper.c1492 struct utimbuf *newtime; in php_plain_files_metadata() local
1517 newtime = (struct utimbuf *)value; in php_plain_files_metadata()
1527 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()

Completed in 16 milliseconds