Lines Matching refs:stat
2 Test stat() functions: usage variations - effects of creating/deleting the dir/file
13 * Prototype: array stat ( string $filename );
26 echo "*** Testing stat(): with creating & deleting subdir/file ***\n";
29 echo "-- Testing stat() on dir after subdir and file is created in it --\n";
31 $old_stat = stat($dirname);
37 $new_stat = stat($dirname);
52 echo "-- Testing stat() for comparing stats after the deletion of subdir and file --\n";
53 $new_stat1 = stat($dirname);
70 *** Testing stat(): with creating & deleting subdir/file ***
71 -- Testing stat() on dir after subdir and file is created in it --
75 -- Testing stat() for comparing stats after the deletion of subdir and file --