Home
last modified time | relevance | path

Searched refs:mtime (Results 26 – 50 of 53) sorted by relevance

123

/PHP-7.2/ext/standard/tests/file/
H A Dfstat.phpt62 ["mtime"]=>
H A Dlstat_stat_variation18.phpt109 ["mtime"]=>
165 ["mtime"]=>
H A Drename_basic.phpt30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dcopy_variation18.phpt37 "rdev", "size", "mtime", "ctime",
H A Dlstat_stat_variation2.phpt42 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dlstat_stat_variation21.phpt47 $affected_members = array(7, 9, 10, 'size', 'mtime', 'ctime');
H A Dlstat_stat_variation3.phpt46 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dlstat_stat_variation5.phpt46 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
H A Dlstat_stat_variation8.phpt43 $affected_members = array(3, 9, 10, 'nlink', 'mtime', 'ctime');
H A Dstat_variation8-win32.phpt55 $affected_members = array(7, 9, 'size', 'mtime');
H A Dstat_variation3-win32.phpt43 $affected_members = array( 9, 'mtime');
H A Dfile.inc540 "rdev", "size", "atime", "mtime", "ctime",
590 "rdev", "size", "atime", "mtime", "ctime",
/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c546 time_t mtime; in _zip_stat_win32() local
554 if (_zip_filetime_to_time_t(mtimeft, &mtime) < 0) { in _zip_stat_win32()
570 st->mtime = mtime; in _zip_stat_win32()
H A Dzip_source_pkware.c152 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()
H A Dzip_close.c366 de->last_mod = st.mtime; in add_data()
H A Dzip.h285 time_t mtime; /* modification time */ member
H A Dzip_source_filep.c428 st->mtime = fst.st_mtime; in read_file()
/PHP-7.2/ext/phar/tests/
H A Dstat.phpt122 ["mtime"]=>
177 ["mtime"]=>
H A Dphar_oo_007.phpt31 var_dump($s['mtime']);
/PHP-7.2/TSRM/
H A Dtsrm_win32.c815 FILETIME mtime, atime; in win32_utime() local
841 SystemTimeToFileTime(&st, &mtime); in win32_utime()
842 atime = mtime; in win32_utime()
844 UnixTimeToFileTime(buf->modtime, &mtime); in win32_utime()
847 if (!SetFileTime(hFile, NULL, &atime, &mtime)) { in win32_utime()
/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c140 ADD_TIME(mtime); in PHP_FUNCTION()
159 ADD_LONG(mtime); in PHP_FUNCTION()
H A Dsapi_apache2.c223 ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime); in php_apache_sapi_get_stat()
683 ap_update_mtime(r, r->finfo.mtime); in php_handler()
/PHP-7.2/ext/phar/
H A Dtar.c469 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
754 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders_int()
/PHP-7.2/ext/zip/
H A Dphp_zip.c395 add_ascii_assoc_long(return_value, "mtime", (zend_long) (sb)->mtime); \
408 add_ascii_assoc_long(return_value, "mtime", (zend_long) (sb)->mtime); \
/PHP-7.2/main/streams/
H A Duserspace.c871 STAT_PROP_ENTRY(mtime); in statbuf_from_array()

Completed in 97 milliseconds

123