Searched refs:filectime (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/tests/security/ |
H A D | open_basedir_filectime.phpt | 8 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 D | filestat.phpt | 10 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 D | 005_variation2-win32.phpt | 2 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 D | 005_error.phpt | 2 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 D | 005_variation2.phpt | 2 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 D | 005_basic.phpt | 2 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 D | 005_variation-win32.phpt | 2 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 D | stat.phpt | 37 echo "filectime\n"; 38 var_dump(filectime("dir/file1.txt")); 199 filectime
|
/PHP-8.0/ext/phar/ |
H A D | func_interceptors.c | 1020 PHAR_INTERCEPT(filectime); in phar_intercept_functions_init() 1056 PHAR_RELEASE(filectime); in phar_intercept_functions_shutdown()
|
/PHP-8.0/ext/standard/ |
H A D | filestat.c | 997 FileFunction(PHP_FN(filectime), FS_CTIME) in FileFunction()
|
H A D | basic_functions.stub.php | 873 function filectime(string $filename): int|false {} function
|
H A D | basic_functions_arginfo.h | 2578 ZEND_FUNCTION(filectime); 3216 ZEND_FE(filectime, arginfo_filectime)
|
Completed in 42 milliseconds