Lines Matching refs:stat
2 Test stat() functions: usage variations - effects of is_dir() & is_file()
25 echo "\n*** Testing stat(): on file and directory after accessing it
31 $old_stat = stat($old_dirname);
36 $new_stat = stat($old_dirname);
41 // compare the stat
43 // clear the stat
50 $old_stat = stat($old_filename);
51 // clear the stat
55 $new_stat = stat($old_filename);
59 // compare the stat
61 // clear the stat
73 *** Testing stat(): on file and directory after accessing it