Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 25 of 36) sorted by last modified time

12

/PHP-7.4/ext/phar/
H A Dzip.c146 uint16_t ctime, cdate; in phar_zip_u2d_time() local
152 ctime = ((tm->tm_hour)<<11) + ((tm->tm_min)<<5) + ((tm->tm_sec)>>1); in phar_zip_u2d_time()
156 ctime = 0; /* 00:00:00 */ in phar_zip_u2d_time()
159 PHAR_SET_16(dtime, ctime); in phar_zip_u2d_time()
/PHP-7.4/main/streams/
H A Duserspace.c884 STAT_PROP_ENTRY(ctime); in statbuf_from_array()
/PHP-7.4/ext/session/
H A Dmod_mm.c46 time_t ctime; /* time of last change */ member
129 sd->ctime = 0; in ps_sd_new()
413 time(&sd->ctime); in PS_WRITE_FUNC()
459 if (sd->ctime < limit) { in PS_GC_FUNC()
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt115 ["ctime"]=>
171 ["ctime"]=>
225 ["ctime"]=>
279 ["ctime"]=>
H A Dlstat_stat_basic.phpt73 $affected_elements = array( 9, 10, 'mtime', 'ctime' );
145 ["ctime"]=>
199 ["ctime"]=>
255 ["ctime"]=>
309 ["ctime"]=>
H A Dlstat_stat_variation18.phpt105 ["ctime"]=>
161 ["ctime"]=>
H A Dlstat_stat_variation19.phpt106 ["ctime"]=>
160 ["ctime"]=>
216 ["ctime"]=>
270 ["ctime"]=>
H A Dlstat_stat_variation2.phpt33 // compare the two stats - all except ctime
H A Dlstat_stat_variation10.phpt42 "rdev", "size", "mtime", "ctime",
H A Dlstat_stat_variation3.phpt44 // compare the two stats - all except ctime
H A Dlstat_stat_variation8.phpt43 $affected_members = array(9, 10, 'mtime', 'ctime');
H A Drename_basic.phpt27 // checking statistics of old and renamed file - both should be same except ctime
H A Dfstat.phpt64 ["ctime"]=>
H A Dfstat_basic.phpt58 ["ctime"]=>
H A Dstat_basic-win32-mb.phpt126 ["ctime"]=>
180 ["ctime"]=>
H A Dstat_basic-win32.phpt126 ["ctime"]=>
180 ["ctime"]=>
H A Dstat_variation5-win32.phpt44 $affected_members = array(10, 'ctime');
H A Dstat_variation6-win32.phpt45 $affected_members = array( 10, 'ctime');
62 $affected_members = array( 10, 'ctime');
H A Dstat_variation7-win32.phpt124 ["ctime"]=>
178 ["ctime"]=>
234 ["ctime"]=>
288 ["ctime"]=>
H A Dtouch_basic-win32-mb.phpt50 "rdev", "size", "atime", "mtime", "ctime",
69 echo "ctime=".$init_meta['ctime']."\n";
92 ctime=%d
/PHP-7.4/main/
H A Dreentrancy.c141 tmp = ctime(clock); in php_ctime_r()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c222 ctx->finfo.st_ctime = apr_time_sec(ctx->r->finfo.ctime); in php_apache_sapi_get_stat()
/PHP-7.4/win32/
H A Dgetrusage.c42 FILETIME ctime, etime, stime, utime; in getrusage() local
50 if (!GetProcessTimes(proc, &ctime, &etime, &stime, &utime)) { in getrusage()
64 if (!GetThreadTimes(GetCurrentThread(), &ctime, &etime, &stime, &utime)) { in getrusage()
/PHP-7.4/ext/phar/tests/
H A Dstat.phpt124 ["ctime"]=>
179 ["ctime"]=>
H A Dphar_oo_007.phpt29 var_dump($s['ctime']);

Completed in 41 milliseconds

12