Lines Matching refs:fwrite
2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
11 echo "*** Testing fwrite() various operations ***\n";
17 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
26 echo "\n-- Testing fwrite() with file having content of type ". $file_content_type ." --\n";
28 /* open the file using $files_modes and perform fwrite() on it */
47 var_dump( fwrite($file_handle,$data_to_be_written,400));
65 *** Testing fwrite() various operations ***
67 -- Testing fwrite() with file having content of type numeric --
117 -- Testing fwrite() with file having content of type text --
167 -- Testing fwrite() with file having content of type text_with_new_line --
217 -- Testing fwrite() with file having content of type alphanumeric --