Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 25 of 52) sorted by last modified time

123

/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/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/sapi/apache2handler/
H A Dphp_functions.c140 ADD_TIME(mtime); in PHP_FUNCTION()
159 ADD_LONG(mtime); in PHP_FUNCTION()
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()
/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 Dzip_stream.c161 ssb->sb.st_mtime = sb.mtime; in php_zip_ops_stat()
162 ssb->sb.st_atime = sb.mtime; in php_zip_ops_stat()
163 ssb->sb.st_ctime = sb.mtime; in php_zip_ops_stat()
H A Dphp_zip.c434 add_ascii_assoc_long(return_value, "mtime", (long) (sb)->mtime); \
/PHP-5.5/ext/zip/lib/
H A Dzip_source_buffer.c43 time_t mtime; member
73 f->mtime = time(NULL); in zip_source_buffer()
127 st->mtime = z->mtime; in read_data()
H A Dzip_source_filep.c214 st->mtime = fst.st_mtime; in read_file()
H A Dzip_source_pkware.c166 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()
H A Dzip_stat_index.c72 st->mtime = za->cdir->entry[index].last_mod; in zip_stat_index()
H A Dzip_stat_init.c47 st->mtime = (time_t)-1; in zip_stat_init()
H A Dzip.h197 time_t mtime; /* modification time */ member
H A Dzip_close.c421 de->last_mod = st.mtime; in add_data()
/PHP-5.5/ext/standard/tests/file/
H A Duserwrapper.phpt29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
76 [mtime] => 1231231231
H A Dtouch_basic-win32.phpt50 "rdev", "size", "atime", "mtime", "ctime",
70 echo "mtime=".$init_meta['mtime']."\n";
88 stat data differs at mtime
93 mtime=10000
H A Dtouch_basic.phpt51 "rdev", "size", "atime", "mtime", "ctime",
71 echo "mtime=".$init_meta['mtime']."\n";
89 stat data differs at mtime
95 mtime=10000
H A Dstat_basic-win32.phpt57 $affected_elements = array( 9, 'mtime' );
124 ["mtime"]=>
178 ["mtime"]=>
H A Drename_basic.phpt30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dstat_variation3-win32.phpt43 $affected_members = array( 9, 'mtime');
H A Dstat_variation7-win32.phpt123 ["mtime"]=>
177 ["mtime"]=>
233 ["mtime"]=>
287 ["mtime"]=>
H A Dstat_variation8-win32.phpt55 $affected_members = array(7, 9, 'size', 'mtime');

Completed in 72 milliseconds

123