/PHP-8.0/ext/standard/tests/file/ |
H A D | touch_basic-win32-mb.phpt | 44 "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 D | touch_basic-win32.phpt | 44 "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 D | touch_basic.phpt | 45 "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 D | lstat_stat_variation6.phpt | 11 // 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 D | lstat_stat_variation10.phpt | 31 // activity from background processes may unexpectedly update the atime 32 // so don't include "atime" (or 8, which also means atime)
|
H A D | lstat_stat_variation4.phpt | 21 // touch a file check stat, there should be difference in atime 35 $affected_members = array(8, 'atime');
|
H A D | lstat_stat_variation5.phpt | 24 // touch a directory and check stat, there should be difference in atime 38 $affected_members = array(8, 9, 10, 'atime', 'mtime', 'ctime');
|
H A D | touch.phpt | 12 // 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 D | lstat_stat_variation19.phpt | 95 ["atime"]=> 149 ["atime"]=> 205 ["atime"]=> 259 ["atime"]=>
|
H A D | lstat_stat_variation20.phpt | 104 ["atime"]=> 160 ["atime"]=> 214 ["atime"]=> 268 ["atime"]=>
|
H A D | stat_variation7-win32.phpt | 115 ["atime"]=> 169 ["atime"]=> 225 ["atime"]=> 279 ["atime"]=>
|
H A D | userwrapper.phpt | 29 'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564, 75 [atime] => 1234567890
|
H A D | fstat_basic.phpt | 53 ["atime"]=>
|
H A D | lstat_stat_basic.phpt | 134 ["atime"]=> 188 ["atime"]=> 244 ["atime"]=> 298 ["atime"]=>
|
H A D | fstat.phpt | 64 ["atime"]=>
|
H A D | rename_basic.phpt | 26 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
H A D | lstat_stat_variation18.phpt | 94 ["atime"]=> 150 ["atime"]=>
|
H A D | lstat_stat_variation2.phpt | 29 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
H A D | stat_basic-win32-mb.phpt | 117 ["atime"]=> 171 ["atime"]=>
|
H A D | stat_basic-win32.phpt | 117 ["atime"]=> 171 ["atime"]=>
|
H A D | lstat_stat_variation3.phpt | 40 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug53903.phpt | 14 'atime' => $this->undefined,
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplFileObject_fstat_with_basic_fstat_disabled.phpt | 54 ["atime"]=>
|
/PHP-8.0/ext/phar/tests/ |
H A D | stat.phpt | 119 ["atime"]=> 174 ["atime"]=>
|
H A D | phar_oo_007.phpt | 28 var_dump($s['atime']);
|