Lines Matching refs:base
17 echo "-- Creating a base dir, and checking its size --\n";
22 echo "-- Creating a file inside base dir, and checking dir & file size --\n";
30 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
32 var_dump( filesize( $file_path."/filesize_variation2")); // size of base dir
37 echo "-- Creating a file inside sub-dir, and checking size of base, subdir and file created --\n";
38 // create only the file, as base and subdir is already created
43 // size of base dir
66 -- Creating a base dir, and checking its size --
68 -- Creating a file inside base dir, and checking dir & file size --
71 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
74 -- Creating a file inside sub-dir, and checking size of base, subdir and file created --