/PHP-7.3/ext/standard/tests/file/ |
H A D | touch_basic-win32.phpt | 13 /* 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 D | touch_basic.phpt | 14 /* 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 D | touch_basic-win32-mb.phpt | 13 /* 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 D | lstat_stat_variation6.phpt | 10 // 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 D | lstat_stat_variation4.phpt | 31 // touch a file check stat, there should be difference in atime 45 $affected_members = array(8, 'atime');
|
H A D | lstat_stat_variation5.phpt | 32 // touch a directory and check stat, there should be difference in atime 46 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
|
H A D | stat_variation7-win32.phpt | 120 ["atime"]=> 174 ["atime"]=> 230 ["atime"]=> 284 ["atime"]=>
|
H A D | lstat_stat_variation19.phpt | 108 ["atime"]=> 162 ["atime"]=> 218 ["atime"]=> 272 ["atime"]=>
|
H A D | lstat_stat_variation20.phpt | 110 ["atime"]=> 166 ["atime"]=> 220 ["atime"]=> 274 ["atime"]=>
|
H A D | userwrapper.phpt | 29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564, 75 [atime] => 1234567890
|
H A D | fstat_basic.phpt | 54 ["atime"]=>
|
H A D | touch_variation3-win32-mb.phpt | 14 /* Prototype : bool touch(string filename [, int time [, int atime]]) 33 $atime = 10; 109 var_dump( touch($filename, $value, $atime) );
|
H A D | touch_variation3-win32.phpt | 14 /* Prototype : bool touch(string filename [, int time [, int atime]]) 33 $atime = 10; 109 var_dump( touch($filename, $value, $atime) );
|
H A D | touch_variation3.phpt | 14 /* Prototype : bool touch(string filename [, int time [, int atime]]) 33 $atime = 10; 109 var_dump( touch($filename, $value, $atime) );
|
H A D | touch_variation4-win32.phpt | 2 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 D | touch_variation4.phpt | 2 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 D | lstat_stat_basic.phpt | 141 ["atime"]=> 195 ["atime"]=> 251 ["atime"]=> 305 ["atime"]=>
|
H A D | fstat.phpt | 60 ["atime"]=>
|
H A D | lstat_stat_variation18.phpt | 107 ["atime"]=> 163 ["atime"]=>
|
H A D | rename_basic.phpt | 30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
H A D | touch.phpt | 12 // This doesn't work for windows, time, atime usage results in very different
|
H A D | stat_basic-win32-mb.phpt | 122 ["atime"]=> 176 ["atime"]=>
|
H A D | stat_basic-win32.phpt | 122 ["atime"]=> 176 ["atime"]=>
|
H A D | lstat_stat_variation2.phpt | 42 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
/PHP-7.3/ext/standard/tests/streams/ |
H A D | bug53903.phpt | 14 'atime' => $this->undefined,
|