Home
last modified time | relevance | path

Searched refs:filectime (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/tests/security/
H A Dopen_basedir_filectime.phpt8 test_open_basedir("filectime");
16 *** Testing open_basedir configuration [filectime] ***
23 Warning: filectime(): open_basedir restriction in effect. File(../bad) is not within the allowed pa…
26 Warning: filectime(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the al…
29 Warning: filectime(): open_basedir restriction in effect. File(..) is not within the allowed path(s…
32 Warning: filectime(): open_basedir restriction in effect. File(../) is not within the allowed path(…
35 Warning: filectime(): open_basedir restriction in effect. File(/) is not within the allowed path(s)…
38 Warning: filectime(): open_basedir restriction in effect. File(../bad/.) is not within the allowed …
41 Warning: filectime(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t…
47 Warning: filectime(): open_basedir restriction in effect. File(./../.) is not within the allowed pa…
[all …]
/PHP-8.0/ext/standard/tests/file/
H A Dfilestat.phpt10 var_dump(filectime("."));
16 var_dump(filectime("./.."));
22 var_dump(filectime(__FILE__));
28 var_dump(filectime("/no/such/file/or/dir"));
61 Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d
H A D005_variation2-win32.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
23 echo filectime($filename)."\n";
29 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n";
49 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
75 Warning: filectime(): stat failed for in %s on line %d
86 Warning: filectime(): stat failed for | in %s on line %d
H A D005_error.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : error conditions
12 var_dump( filectime("/no/such/file/or/dir") );
27 Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d
H A D005_variation2.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
23 echo filectime($filename)."\n";
29 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n";
56 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
H A D005_basic.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : basic functionality
9 print( @date('Y:M:D:H:i:s', filectime(__FILE__)) )."\n";
15 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
H A D005_variation-win32.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
20 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
24 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n";
53 /* filectime + 2 */
59 /* filemtime + 2 & filectime + 2 */
81 /* filectime + 2 */
146 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
/PHP-8.0/ext/phar/tests/
H A Dstat.phpt37 echo "filectime\n";
38 var_dump(filectime("dir/file1.txt"));
199 filectime
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c1020 PHAR_INTERCEPT(filectime); in phar_intercept_functions_init()
1056 PHAR_RELEASE(filectime); in phar_intercept_functions_shutdown()
/PHP-8.0/ext/standard/
H A Dfilestat.c997 FileFunction(PHP_FN(filectime), FS_CTIME) in FileFunction()
H A Dbasic_functions.stub.php873 function filectime(string $filename): int|false {} function
H A Dbasic_functions_arginfo.h2578 ZEND_FUNCTION(filectime);
3216 ZEND_FE(filectime, arginfo_filectime)

Completed in 40 milliseconds