Lines Matching refs:data
10 /* Testing filesize() with data written using different file modes and by creating holes in file */
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 !@@##$%^&*():<>?|…
36 echo "-- opening the file in 'a' mode, adding data and checking the file --\n";
43 echo "-- opening the file in 'at' mode, adding data and checking the file --\n";
57 echo "-- writing data after hole and checking the size --\n";
59 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
85 *** Testing filesize() with data written using different file modes and by creating holes in file *…
92 -- opening the file in 'a' mode, adding data and checking the file --
94 -- opening the file in 'at' mode, adding data and checking the file --
99 -- writing data after hole and checking the size --