/PHP-8.1/win32/ |
H A D | getrusage.c | 40 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 D | touch_basic.phpt | 45 "rdev", "size", "atime", "mtime", "ctime", 64 echo "ctime=".$init_meta['ctime']."\n"; 84 stat data differs at ctime 88 ctime=%d
|
H A D | touch_basic-win32-mb.phpt | 44 "rdev", "size", "atime", "mtime", "ctime", 63 echo "ctime=".$init_meta['ctime']."\n"; 86 ctime=%d
|
H A D | touch_basic-win32.phpt | 44 "rdev", "size", "atime", "mtime", "ctime", 63 echo "ctime=".$init_meta['ctime']."\n"; 86 ctime=%d
|
H A D | lstat_stat_variation19.phpt | 99 ["ctime"]=> 153 ["ctime"]=> 209 ["ctime"]=> 263 ["ctime"]=>
|
H A D | lstat_stat_basic.phpt | 66 $affected_elements = array( 9, 10, 'mtime', 'ctime' ); 138 ["ctime"]=> 192 ["ctime"]=> 248 ["ctime"]=> 302 ["ctime"]=>
|
H A D | stat_variation7-win32.phpt | 119 ["ctime"]=> 173 ["ctime"]=> 229 ["ctime"]=> 283 ["ctime"]=>
|
H A D | lstat_stat_variation20.phpt | 108 ["ctime"]=> 164 ["ctime"]=> 218 ["ctime"]=> 272 ["ctime"]=>
|
H A D | stat_variation6-win32.phpt | 41 $affected_members = array( 10, 'ctime'); 58 $affected_members = array( 10, 'ctime');
|
H A D | userwrapper.phpt | 29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564, 77 [ctime] => 1234564564
|
H A D | fstat_basic.phpt | 57 ["ctime"]=>
|
H A D | fstat.phpt | 68 ["ctime"]=>
|
H A D | lstat_stat_variation18.phpt | 98 ["ctime"]=> 154 ["ctime"]=>
|
H A D | rename_basic.phpt | 23 // checking statistics of old and renamed file - both should be same except ctime
|
H A D | lstat_stat_variation2.phpt | 26 // compare the two stats - all except ctime
|
H A D | lstat_stat_variation17.phpt | 32 $affected_members = array(2, 10, 'mode', 'ctime');
|
H A D | stat_basic-win32-mb.phpt | 121 ["ctime"]=> 175 ["ctime"]=>
|
H A D | stat_basic-win32.phpt | 121 ["ctime"]=> 175 ["ctime"]=>
|
H A D | lstat_stat_variation16.phpt | 33 $affected_members = array(10, 'ctime');
|
H A D | lstat_stat_variation10.phpt | 35 "rdev", "size", "mtime", "ctime",
|
H A D | lstat_stat_variation5.phpt | 38 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
|
H A D | lstat_stat_variation8.phpt | 36 $affected_members = array(9, 10, 'mtime', 'ctime');
|
H A D | stat_variation5-win32.phpt | 39 $affected_members = array(10, 'ctime');
|
/PHP-8.1/ext/spl/tests/ |
H A D | SplFileObject_fstat_with_basic_fstat_disabled.phpt | 58 ["ctime"]=>
|
/PHP-8.1/ext/session/ |
H A D | mod_mm.c | 44 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()
|