Home
last modified time | relevance | path

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

12

/PHP-8.1/win32/
H A Dgetrusage.c40 FILETIME ctime, etime, stime, utime; in getrusage() local
48 if (!GetProcessTimes(proc, &ctime, &etime, &stime, &utime)) { in getrusage()
62 if (!GetThreadTimes(GetCurrentThread(), &ctime, &etime, &stime, &utime)) { in getrusage()
/PHP-8.1/ext/standard/tests/file/
H A Dtouch_basic.phpt45 "rdev", "size", "atime", "mtime", "ctime",
64 echo "ctime=".$init_meta['ctime']."\n";
84 stat data differs at ctime
88 ctime=%d
H A Dtouch_basic-win32-mb.phpt44 "rdev", "size", "atime", "mtime", "ctime",
63 echo "ctime=".$init_meta['ctime']."\n";
86 ctime=%d
H A Dtouch_basic-win32.phpt44 "rdev", "size", "atime", "mtime", "ctime",
63 echo "ctime=".$init_meta['ctime']."\n";
86 ctime=%d
H A Dlstat_stat_variation19.phpt99 ["ctime"]=>
153 ["ctime"]=>
209 ["ctime"]=>
263 ["ctime"]=>
H A Dlstat_stat_basic.phpt66 $affected_elements = array( 9, 10, 'mtime', 'ctime' );
138 ["ctime"]=>
192 ["ctime"]=>
248 ["ctime"]=>
302 ["ctime"]=>
H A Dstat_variation7-win32.phpt119 ["ctime"]=>
173 ["ctime"]=>
229 ["ctime"]=>
283 ["ctime"]=>
H A Dlstat_stat_variation20.phpt108 ["ctime"]=>
164 ["ctime"]=>
218 ["ctime"]=>
272 ["ctime"]=>
H A Dstat_variation6-win32.phpt41 $affected_members = array( 10, 'ctime');
58 $affected_members = array( 10, 'ctime');
H A Duserwrapper.phpt29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
77 [ctime] => 1234564564
H A Dfstat_basic.phpt57 ["ctime"]=>
H A Dfstat.phpt68 ["ctime"]=>
H A Dlstat_stat_variation18.phpt98 ["ctime"]=>
154 ["ctime"]=>
H A Drename_basic.phpt23 // checking statistics of old and renamed file - both should be same except ctime
H A Dlstat_stat_variation2.phpt26 // compare the two stats - all except ctime
H A Dlstat_stat_variation17.phpt32 $affected_members = array(2, 10, 'mode', 'ctime');
H A Dstat_basic-win32-mb.phpt121 ["ctime"]=>
175 ["ctime"]=>
H A Dstat_basic-win32.phpt121 ["ctime"]=>
175 ["ctime"]=>
H A Dlstat_stat_variation16.phpt33 $affected_members = array(10, 'ctime');
H A Dlstat_stat_variation10.phpt35 "rdev", "size", "mtime", "ctime",
H A Dlstat_stat_variation5.phpt38 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
H A Dlstat_stat_variation8.phpt36 $affected_members = array(9, 10, 'mtime', 'ctime');
H A Dstat_variation5-win32.phpt39 $affected_members = array(10, 'ctime');
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_fstat_with_basic_fstat_disabled.phpt58 ["ctime"]=>
/PHP-8.1/ext/session/
H A Dmod_mm.c44 time_t ctime; /* time of last change */ member
127 sd->ctime = 0; in ps_sd_new()
411 time(&sd->ctime); in PS_WRITE_FUNC()
457 if (sd->ctime < limit) { in PS_GC_FUNC()

Completed in 1202 milliseconds

12