Home
last modified time | relevance | path

Searched refs:fileatime (Results 1 – 14 of 14) sorted by relevance

/PHP-8.1/tests/security/
H A Dopen_basedir_fileatime.phpt8 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.1/ext/zlib/tests/
H A Dzlib_scheme_stat_basic2.phpt22 echo "fileatime=";
23 var_dump(fileatime($srcFile));
38 fileatime=
39 Warning: fileatime(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d
/PHP-8.1/ext/standard/tests/file/
H A Dfilestat.phpt9 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 D005_error.phpt2 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 Dtouch_variation1.phpt18 var_dump(fileatime($filename));
25 var_dump(fileatime($filename));
H A D005_variation2-win32.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
17 echo fileatime($filename)."\n";
62 Warning: fileatime(): stat failed for in %s on line %d
73 Warning: fileatime(): stat failed for | in %s on line %d
H A D005_basic.phpt2 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 D005_variation2.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
17 echo fileatime($filename)."\n";
H A D005_variation-win32.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
15 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
68 /* fileatime + 2 */
95 /* fileatime + 2 */
114 var_dump( touch($file_name2, @date(fileatime($file_name2))) );
119 var_dump( touch($file_path."/005_variation_touch_fly.tmp", @date(fileatime($file_name2)), time()) );
/PHP-8.1/ext/phar/tests/
H A Dstat.phpt35 echo "fileatime\n";
36 var_dump(fileatime("dir/file1.txt"));
197 fileatime
/PHP-8.1/ext/standard/
H A Dfilestat.c614 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()
1042 FileFunction(PHP_FN(fileatime), FS_ATIME) in FileFunction()
H A Dbasic_functions.stub.php1179 function fileatime(string $filename): int|false {} function
H A Dbasic_functions_arginfo.h2589 ZEND_FUNCTION(fileatime);
3230 ZEND_FE(fileatime, arginfo_fileatime)
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c1018 PHAR_INTERCEPT(fileatime); in phar_intercept_functions_init()
1054 PHAR_RELEASE(fileatime); in phar_intercept_functions_shutdown()

Completed in 64 milliseconds