Home
last modified time | relevance | path

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

12

/PHP-7.3/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 Dtouch_basic-win32-mb.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 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 Dstat_variation7-win32.phpt120 ["atime"]=>
174 ["atime"]=>
230 ["atime"]=>
284 ["atime"]=>
H A Dlstat_stat_variation19.phpt108 ["atime"]=>
162 ["atime"]=>
218 ["atime"]=>
272 ["atime"]=>
H A Dlstat_stat_variation20.phpt110 ["atime"]=>
166 ["atime"]=>
220 ["atime"]=>
274 ["atime"]=>
H A Duserwrapper.phpt29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
75 [atime] => 1234567890
H A Dfstat_basic.phpt54 ["atime"]=>
H A Dtouch_variation3-win32-mb.phpt14 /* Prototype : bool touch(string filename [, int time [, int atime]])
33 $atime = 10;
109 var_dump( touch($filename, $value, $atime) );
H A Dtouch_variation3-win32.phpt14 /* Prototype : bool touch(string filename [, int time [, int atime]])
33 $atime = 10;
109 var_dump( touch($filename, $value, $atime) );
H A Dtouch_variation3.phpt14 /* Prototype : bool touch(string filename [, int time [, int atime]])
33 $atime = 10;
109 var_dump( touch($filename, $value, $atime) );
H A Dtouch_variation4-win32.phpt2 Test touch() function : usage variation - different types for atime
14 /* Prototype : bool touch(string filename [, int time [, int atime]])
105 // loop through each element of the array for atime
H A Dtouch_variation4.phpt2 Test touch() function : usage variation - different types for atime
14 /* Prototype : bool touch(string filename [, int time [, int atime]])
105 // loop through each element of the array for atime
H A Dlstat_stat_basic.phpt141 ["atime"]=>
195 ["atime"]=>
251 ["atime"]=>
305 ["atime"]=>
H A Dfstat.phpt60 ["atime"]=>
H A Dlstat_stat_variation18.phpt107 ["atime"]=>
163 ["atime"]=>
H A Drename_basic.phpt30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
H A Dstat_basic-win32-mb.phpt122 ["atime"]=>
176 ["atime"]=>
H A Dstat_basic-win32.phpt122 ["atime"]=>
176 ["atime"]=>
H A Dlstat_stat_variation2.phpt42 "rdev", "size", "atime", "mtime", "blksize", "blocks");
/PHP-7.3/ext/standard/tests/streams/
H A Dbug53903.phpt14 'atime' => $this->undefined,

Completed in 25 milliseconds

12