Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 25 of 36) sorted by relevance

12

/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/standard/tests/file/
H A Dtouch_basic.phpt51 "rdev", "size", "atime", "mtime", "ctime",
70 echo "ctime=".$init_meta['ctime']."\n";
90 stat data differs at ctime
94 ctime=%d
H A Dtouch_basic-win32-mb.phpt50 "rdev", "size", "atime", "mtime", "ctime",
69 echo "ctime=".$init_meta['ctime']."\n";
92 ctime=%d
H A Dtouch_basic-win32.phpt50 "rdev", "size", "atime", "mtime", "ctime",
69 echo "ctime=".$init_meta['ctime']."\n";
92 ctime=%d
H A Dlstat_stat_variation19.phpt106 ["ctime"]=>
160 ["ctime"]=>
216 ["ctime"]=>
270 ["ctime"]=>
H A Dstat_variation7-win32.phpt124 ["ctime"]=>
178 ["ctime"]=>
234 ["ctime"]=>
288 ["ctime"]=>
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 Dstat_variation6-win32.phpt45 $affected_members = array( 10, 'ctime');
62 $affected_members = array( 10, 'ctime');
H A Duserwrapper.phpt29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
77 [ctime] => 1234564564
H A Dfstat_basic.phpt58 ["ctime"]=>
H A Dfstat.phpt64 ["ctime"]=>
H A Dlstat_stat_variation18.phpt105 ["ctime"]=>
161 ["ctime"]=>
H A Drename_basic.phpt27 // checking statistics of old and renamed file - both should be same except ctime
H A Dlstat_stat_variation17.phpt39 $affected_members = array(2, 10, 'mode', 'ctime');
H A Dlstat_stat_variation2.phpt33 // compare the two stats - all except ctime
H A Dstat_basic-win32-mb.phpt126 ["ctime"]=>
180 ["ctime"]=>
H A Dstat_basic-win32.phpt126 ["ctime"]=>
180 ["ctime"]=>
H A Dcopy_variation18.phpt37 "rdev", "size", "mtime", "ctime",
H A Dlstat_stat_variation16.phpt40 $affected_members = array(10, 'ctime');
H A Dstat_variation5-win32.phpt44 $affected_members = array(10, 'ctime');
H A Dlstat_stat_variation21.phpt47 $affected_members = array(7, 9, 10, 'size', 'mtime', 'ctime');
H A Dlstat_stat_variation5.phpt45 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
/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/phar/tests/
H A Dstat.phpt124 ["ctime"]=>
179 ["ctime"]=>

Completed in 32 milliseconds

12