Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/standard/tests/file/
H A Dtouch_basic-win32.phpt13 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
50 "rdev", "size", "atime", "mtime", "ctime",
62 $atime = 20470;
66 var_dump( touch($filename, $time, $atime) );
71 echo "atime=".$init_meta['atime']."\n";
87 stat data differs at atime
94 atime=20470
H A Dtouch_basic.phpt14 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
51 "rdev", "size", "atime", "mtime", "ctime",
63 $atime = 20470;
67 var_dump( touch($filename, $time, $atime) );
72 echo "atime=".$init_meta['atime']."\n";
88 stat data differs at atime
96 atime=20470
H A Dlstat_stat_variation6.phpt10 // checking for atime update whether it is enabled or disabled
14 die('skip.. atime update is disabled, hence skip the test');
41 // touch a link, check stat, there should be difference in atime
58 $affected_members = array(8, 'atime');
H A Dlstat_stat_variation4.phpt31 // touch a file check stat, there should be difference in atime
45 $affected_members = array(8, 'atime');
H A Dlstat_stat_variation5.phpt32 // touch a directory and check stat, there should be difference in atime
46 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
H A Dlstat_stat_variation19.phpt109 ["atime"]=>
163 ["atime"]=>
219 ["atime"]=>
273 ["atime"]=>
H A Dlstat_stat_variation20.phpt111 ["atime"]=>
167 ["atime"]=>
221 ["atime"]=>
275 ["atime"]=>
H A Dstat_variation7-win32.phpt121 ["atime"]=>
175 ["atime"]=>
231 ["atime"]=>
285 ["atime"]=>
H A Duserwrapper.phpt29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
75 [atime] => 1234567890
H A Dlstat_stat_basic.phpt141 ["atime"]=>
195 ["atime"]=>
251 ["atime"]=>
305 ["atime"]=>
H A Dtouch_variation4-win32.phpt2 Test touch() function : usage variation - different types for atime
13 /* Prototype : bool touch(string filename [, int time [, int atime]])
104 // loop through each element of the array for atime
H A Dtouch_variation3-win32.phpt13 /* Prototype : bool touch(string filename [, int time [, int atime]])
32 $atime = 10;
108 var_dump( touch($filename, $value, $atime) );
H A Dtouch_variation3.phpt13 /* Prototype : bool touch(string filename [, int time [, int atime]])
32 $atime = 10;
108 var_dump( touch($filename, $value, $atime) );
H A Dtouch_variation4.phpt2 Test touch() function : usage variation - different types for atime
13 /* Prototype : bool touch(string filename [, int time [, int atime]])
104 // loop through each element of the array for atime
H A Dfstat_basic.phpt54 ["atime"]=>
H A Dfstat.phpt60 ["atime"]=>
H A Dlstat_stat_variation18.phpt108 ["atime"]=>
164 ["atime"]=>
H A Drename_basic.phpt30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dstat_basic-win32.phpt122 ["atime"]=>
176 ["atime"]=>
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
H A Dlstat_stat_variation2.phpt42 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dlstat_stat_variation3.phpt46 "rdev", "size", "atime", "mtime", "blksize", "blocks");
/PHP-5.4/ext/standard/tests/streams/
H A Dbug53903.phpt14 'atime' => $this->undefined,
/PHP-5.4/ext/phar/tests/
H A Dstat.phpt119 ["atime"]=>
174 ["atime"]=>
H A Dphar_oo_007.phpt29 var_dump($s['atime']);

Completed in 37 milliseconds

12