Lines Matching refs:filesize
2 Test filesize() function: usage variations - file mode & holes in file
10 /* Testing filesize() with data written using different file modes and by creating holes in file */
14 echo "*** Testing filesize(): usage variations ***\n";
15 echo "\n*** Testing filesize() with data written using different file modes and by creating holes i…
18 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
25 var_dump( filesize($filename) ); //size of the file = strlen of string
33 var_dump( filesize($filename) ); //size of the file = strlen of string = 191 bytes
40 var_dump( filesize($filename) ); //203 bytes
47 var_dump( filesize($filename) ); //216 bytes
54 var_dump( filesize($filename) ); //220 bytes
61 var_dump( filesize($filename) ); //226 bytes
66 var_dump( filesize($filename) ); //0 bytes
72 var_dump( filesize($filename) ); //0 bytes
83 *** Testing filesize(): usage variations ***
85 *** Testing filesize() with data written using different file modes and by creating holes in file *…