Searched refs:fileatime (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/tests/security/ |
H A D | open_basedir_fileatime.phpt | 8 test_open_basedir("fileatime"); 16 *** Testing open_basedir configuration [fileatime] *** 23 Warning: fileatime(): open_basedir restriction in effect. File(../bad) is not within the allowed pa… 26 Warning: fileatime(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the al… 29 Warning: fileatime(): open_basedir restriction in effect. File(..) is not within the allowed path(s… 32 Warning: fileatime(): open_basedir restriction in effect. File(../) is not within the allowed path(… 35 Warning: fileatime(): open_basedir restriction in effect. File(/) is not within the allowed path(s)… 38 Warning: fileatime(): open_basedir restriction in effect. File(../bad/.) is not within the allowed … 41 Warning: fileatime(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t… 47 Warning: fileatime(): open_basedir restriction in effect. File(./../.) is not within the allowed pa… [all …]
|
/PHP-8.0/ext/zlib/tests/ |
H A D | zlib_scheme_stat_basic2.phpt | 26 echo "fileatime="; 27 var_dump(fileatime($srcFile)); 42 fileatime= 43 Warning: fileatime(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | filestat.phpt | 9 var_dump(fileatime(".")); 15 var_dump(fileatime("./..")); 21 var_dump(fileatime(__FILE__)); 27 var_dump(fileatime("/no/such/file/or/dir")); 58 Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d
|
H A D | 005_error.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : error conditions 10 var_dump( fileatime("/no/such/file/or/dir") ); 21 Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d
|
H A D | touch_variation1.phpt | 18 var_dump(fileatime($filename)); 25 var_dump(fileatime($filename));
|
H A D | 005_basic.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : basic functionality 7 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n"; 13 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
|
H A D | 005_variation2-win32.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation 17 echo fileatime($filename)."\n"; 69 Warning: fileatime(): stat failed for in %s on line %d 80 Warning: fileatime(): stat failed for | in %s on line %d
|
H A D | 005_variation2.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation 17 echo fileatime($filename)."\n";
|
H A D | 005_variation-win32.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation 14 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n"; 67 /* fileatime + 2 */ 94 /* fileatime + 2 */ 113 var_dump( touch($file_name2, @date(fileatime($file_name2))) ); 118 var_dump( touch($file_path."/005_variation_touch_fly.tmp", @date(fileatime($file_name2)), time()) );
|
/PHP-8.0/ext/phar/tests/ |
H A D | stat.phpt | 35 echo "fileatime\n"; 36 var_dump(fileatime("dir/file1.txt")); 197 fileatime
|
/PHP-8.0/ext/standard/ |
H A D | filestat.c | 614 zend_long filetime = 0, fileatime = 0; in PHP_FUNCTION() local 626 Z_PARAM_LONG_OR_NULL(fileatime, fileatime_is_null) in PHP_FUNCTION() 642 newtime->actime = fileatime; in PHP_FUNCTION() 989 FileFunction(PHP_FN(fileatime), FS_ATIME) in FileFunction()
|
H A D | basic_functions.stub.php | 871 function fileatime(string $filename): int|false {} function
|
H A D | basic_functions_arginfo.h | 2577 ZEND_FUNCTION(fileatime); 3215 ZEND_FE(fileatime, arginfo_fileatime)
|
/PHP-8.0/ext/phar/ |
H A D | func_interceptors.c | 1018 PHAR_INTERCEPT(fileatime); in phar_intercept_functions_init() 1054 PHAR_RELEASE(fileatime); in phar_intercept_functions_shutdown()
|
Completed in 54 milliseconds