Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/standard/tests/file/
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-5.5/ext/phar/tests/
H A Dstat.phpt121 ["mtime"]=>
176 ["mtime"]=>
H A Dphar_oo_007.phpt31 var_dump($s['mtime']);
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c120 ADD_TIME(mtime); in PHP_FUNCTION()
139 ADD_LONG(mtime); in PHP_FUNCTION()
H A Dsapi_apache2.c187 ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime); in php_apache_sapi_get_stat()
191 ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime); in php_apache_sapi_get_stat()
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c166 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()
H A Dzip.h197 time_t mtime; /* modification time */ member
H A Dzip_source_filep.c214 st->mtime = fst.st_mtime; in read_file()
H A Dzip_close.c421 de->last_mod = st.mtime; in add_data()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c226 ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime); in php_apache_sapi_get_stat()
230 ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime); in php_apache_sapi_get_stat()
649 ap_update_mtime(r, r->finfo.mtime); in php_handler()
H A Dphp_functions.c140 ADD_TIME(mtime); in PHP_FUNCTION()
159 ADD_LONG(mtime); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c497 apache_request_read_int_slot(offsetof(request_rec, mtime), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
746 long mtime = 0; in PHP_FUNCTION() local
748 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &mtime) == FAILURE) { in PHP_FUNCTION()
754 RETURN_LONG(ap_update_mtime(r, (int) mtime)); in PHP_FUNCTION()
1317 PHP_FALIAS(mtime, apache_request_mtime, NULL)
1894 if(rr->mtime) { in PHP_FUNCTION()
1895 add_property_long(return_value,"mtime", rr->mtime); in PHP_FUNCTION()
H A DREADME99 mtime
/PHP-5.5/sapi/apache/
H A Dphp_apache.c520 if(rr->mtime) { in PHP_FUNCTION()
521 add_property_long(return_value,"mtime", rr->mtime); in PHP_FUNCTION()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1526 FILETIME mtime, atime; in win32_utime() local
1545 SystemTimeToFileTime(&st, &mtime); in win32_utime()
1546 atime = mtime; in win32_utime()
1548 UnixTimeToFileTime(buf->modtime, &mtime); in win32_utime()
1551 if (!SetFileTime(hFile, NULL, &atime, &mtime)) { in win32_utime()
/PHP-5.5/ext/phar/
H A Dtar.c469 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
755 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders()
/PHP-5.5/main/streams/
H A Duserspace.c916 STAT_PROP_ENTRY_EX(mtime, mtime.tv_sec); in statbuf_from_array()
920 STAT_PROP_ENTRY(mtime); in statbuf_from_array()
/PHP-5.5/ext/zip/
H A Dphp_zip.c434 add_ascii_assoc_long(return_value, "mtime", (long) (sb)->mtime); \

Completed in 80 milliseconds

123