Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilestat.c721 struct utimbuf *newtime = &newtimebuf; in PHP_FUNCTION() local
735 newtime = NULL; in PHP_FUNCTION()
737 newtime->modtime = newtime->actime = time(NULL); in PHP_FUNCTION()
741 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
744 newtime->modtime = filetime; in PHP_FUNCTION()
745 newtime->actime = fileatime; in PHP_FUNCTION()
755 …if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL TSRMLS_C… in PHP_FUNCTION()
791 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1285 struct utimbuf *newtime; in php_plain_files_metadata() local
1313 newtime = (struct utimbuf *)value; in php_plain_files_metadata()
1323 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()
H A Duserspace.c1388 struct utimbuf *newtime = (struct utimbuf *)value; in user_wrapper_metadata() local
1389 add_index_long(zvalue, 0, newtime->modtime); in user_wrapper_metadata()
1390 add_index_long(zvalue, 1, newtime->actime); in user_wrapper_metadata()

Completed in 29 milliseconds