Lines Matching refs:filesize
2 Test filesize() function: usage variations - file mode & holes in file
11 /* Testing filesize() with data written using different file modes and by creating holes in file */
15 echo "*** Testing filesize(): usage variations ***\n";
16 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
19 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
26 var_dump( filesize($filename) ); //size of the file = strlen of string
34 var_dump( filesize($filename) ); //size of the file = strlen of string = 191 bytes
41 var_dump( filesize($filename) ); //203 bytes
48 var_dump( filesize($filename) ); //216 bytes
55 var_dump( filesize($filename) ); //220 bytes
62 var_dump( filesize($filename) ); //226 bytes
67 var_dump( filesize($filename) ); //0 bytes
73 var_dump( filesize($filename) ); //0 bytes
84 *** Testing filesize(): usage variations ***
86 *** Testing filesize() with data written using different file modes and by creating holes in file *…