Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/tests/file/
H A Dtouch_basic-win32-mb.phpt44 "rdev", "size", "atime", "mtime", "ctime",
56 $atime = 20470;
60 var_dump( touch($filename, $time, $atime) );
65 echo "atime=".$init_meta['atime']."\n";
81 stat data differs at atime
88 atime=20470
H A Dtouch_basic-win32.phpt44 "rdev", "size", "atime", "mtime", "ctime",
56 $atime = 20470;
60 var_dump( touch($filename, $time, $atime) );
65 echo "atime=".$init_meta['atime']."\n";
81 stat data differs at atime
88 atime=20470
H A Dtouch_basic.phpt45 "rdev", "size", "atime", "mtime", "ctime",
57 $atime = 20470;
61 var_dump( touch($filename, $time, $atime) );
66 echo "atime=".$init_meta['atime']."\n";
82 stat data differs at atime
90 atime=20470
H A Dlstat_stat_variation6.phpt11 // checking for atime update whether it is enabled or disabled
15 die('skip.. atime update is disabled, hence skip the test');
35 // touch a link, check stat, there should be difference in atime
52 $affected_members = array(8, 'atime');
H A Dlstat_stat_variation10.phpt31 // activity from background processes may unexpectedly update the atime
32 // so don't include "atime" (or 8, which also means atime)
H A Dlstat_stat_variation4.phpt21 // touch a file check stat, there should be difference in atime
35 $affected_members = array(8, 'atime');
H A Dlstat_stat_variation5.phpt24 // touch a directory and check stat, there should be difference in atime
38 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
60 touch(): Argument #2 ($mtime) cannot be null when argument #3 ($atime) is an integer
H A Dlstat_stat_variation19.phpt95 ["atime"]=>
149 ["atime"]=>
205 ["atime"]=>
259 ["atime"]=>
H A Dlstat_stat_variation20.phpt104 ["atime"]=>
160 ["atime"]=>
214 ["atime"]=>
268 ["atime"]=>
H A Dstat_variation7-win32.phpt115 ["atime"]=>
169 ["atime"]=>
225 ["atime"]=>
279 ["atime"]=>
H A Duserwrapper.phpt29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
75 [atime] => 1234567890
H A Dfstat_basic.phpt53 ["atime"]=>
H A Dlstat_stat_basic.phpt134 ["atime"]=>
188 ["atime"]=>
244 ["atime"]=>
298 ["atime"]=>
H A Dfstat.phpt64 ["atime"]=>
H A Drename_basic.phpt26 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dlstat_stat_variation18.phpt94 ["atime"]=>
150 ["atime"]=>
H A Dlstat_stat_variation2.phpt29 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dstat_basic-win32-mb.phpt117 ["atime"]=>
171 ["atime"]=>
H A Dstat_basic-win32.phpt117 ["atime"]=>
171 ["atime"]=>
H A Dlstat_stat_variation3.phpt40 "rdev", "size", "atime", "mtime", "blksize", "blocks");
/PHP-8.0/ext/standard/tests/streams/
H A Dbug53903.phpt14 'atime' => $this->undefined,
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fstat_with_basic_fstat_disabled.phpt54 ["atime"]=>
/PHP-8.0/ext/phar/tests/
H A Dstat.phpt119 ["atime"]=>
174 ["atime"]=>
H A Dphar_oo_007.phpt28 var_dump($s['atime']);

Completed in 35 milliseconds

12