Searched refs:filemtime (Results 1 – 25 of 29) sorted by relevance
12
/PHP-8.0/tests/security/ |
H A D | open_basedir_filemtime.phpt | 8 test_open_basedir("filemtime"); 16 *** Testing open_basedir configuration [filemtime] *** 23 Warning: filemtime(): open_basedir restriction in effect. File(../bad) is not within the allowed pa… 26 Warning: filemtime(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the al… 29 Warning: filemtime(): open_basedir restriction in effect. File(..) is not within the allowed path(s… 32 Warning: filemtime(): open_basedir restriction in effect. File(../) is not within the allowed path(… 35 Warning: filemtime(): open_basedir restriction in effect. File(/) is not within the allowed path(s)… 38 Warning: filemtime(): open_basedir restriction in effect. File(../bad/.) is not within the allowed … 41 Warning: filemtime(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t… 47 Warning: filemtime(): open_basedir restriction in effect. File(./../.) is not within the allowed pa… [all …]
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | touch.phpt | 17 var_dump(filemtime($filename)); 20 var_dump(filemtime($filename)); 24 var_dump(filemtime($filename)); 28 var_dump(filemtime($filename)); 32 var_dump(filemtime($filename));
|
H A D | 005_variation2-win32.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation 20 echo filemtime($filename)."\n"; 29 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n"; 49 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations *** 72 Warning: filemtime(): stat failed for in %s on line %d 83 Warning: filemtime(): stat failed for | in %s on line %d
|
H A D | 005_error.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : error conditions 11 var_dump( filemtime("/no/such/file/or/dir") ); 24 Warning: filemtime(): stat failed for /no/such/file/or/dir in %s on line %d
|
H A D | touch_variation1.phpt | 17 var_dump(filemtime($filename)); 24 var_dump(filemtime($filename));
|
H A D | 005_variation2.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation 20 echo filemtime($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 8 print( @date('Y:M:D:H:i:s', filemtime(__FILE__)) )."\n"; 14 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
|
H A D | userwrapper.phpt | 44 echo "filemtime = " . filemtime('test://example.com/path/to/file') . "\n"; 82 filemtime = 1231231231
|
H A D | bug49047.phpt | 11 $t2 = filemtime($testdir);
|
H A D | bug78241.phpt | 18 $file = filemtime($filename);
|
H A D | 005_variation-win32.phpt | 2 Test fileatime(), filemtime(), filectime() & touch() functions : usage variation 17 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n"; 24 echo "*** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***\n"; 59 /* filemtime + 2 & filectime + 2 */ 146 *** Testing fileattime(), filemtime(), filectime() & touch() : usage variations ***
|
/PHP-8.0/ext/opcache/tests/ |
H A D | issue0140.phpt | 18 var_dump(filemtime(FILENAME)); 25 var_dump(filemtime(FILENAME)); 32 var_dump(@filemtime(FILENAME));
|
H A D | revalidate_path_01.phpt | 25 while (filemtime($file1) != filemtime($file2)) {
|
/PHP-8.0/ext/zip/tests/ |
H A D | bug50678.phpt | 21 var_dump(date('Ym', filemtime($dirname . '/entry1.txt')));
|
/PHP-8.0/ext/phar/tests/ |
H A D | stat.phpt | 33 echo "filemtime\n"; 34 var_dump(filemtime("dir/file1.txt")); 195 filemtime
|
/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_class_016.phpt | 44 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_class_017.phpt | 44 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_iface_003.phpt | 45 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_class_018.phpt | 44 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_sid_001.phpt | 45 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_sid_002.phpt | 45 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_class_002.phpt | 45 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_iface_001.phpt | 44 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | session_set_save_handler_iface_002.phpt | 53 if (filemtime($filename) + $maxlifetime < time()) {
|
H A D | save_handler.inc | 115 …if (substr($file, 0, $length) === SESSION_FILE_PREFIX && (filemtime($qualified) + $maxlifetime <= …
|
Completed in 20 milliseconds
12