Home
last modified time | relevance | path

Searched refs:fwrite (Results 401 – 425 of 527) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/standard/tests/file/
H A Dfile_variation8.phpt39 fwrite($h, "contents read");
H A D007_variation21.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation5.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D002.phpt27 fwrite($fp, $data);
H A Dfpassthru_basic.phpt13 fwrite($write_handle, $string);
H A Dparse_ini_file_variation6-win32-mb.phpt48 fwrite($h, $content);
H A Dparse_ini_file_variation6-win32.phpt48 fwrite($h, $content);
H A Dreadfile_variation8-win32.phpt25 fwrite($h, "The File Contents");
H A Dtouch_basic.phpt31 fwrite($h, $testln);
H A D007_variation13-win32.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation13.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation8.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dcopy_variation5.phpt17 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dreadfile_variation8-win32-mb.phpt25 fwrite($h, "The File Contents");
H A Dfile_get_contents_variation7-win32-mb.phpt47 fwrite($h, "contents read");
H A Dfile_get_contents_variation7-win32.phpt47 fwrite($h, "contents read");
H A D007_variation15.phpt30 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation16.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation23.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation24.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation1.phpt19 fwrite($socket, "abcdefg\n1234567\nxyzxyz\n");
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt84 fwrite($stdin, "R\nR\nR\nR\n");
H A Dbug74159.phpt55 return fwrite($stream, $data);
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt50 var_dump( fwrite($$handle, $key));
/php-src/ext/standard/tests/strings/
H A Dmd5_file.phpt18 if (fwrite($handle2, $content) === FALSE) {

Completed in 27 milliseconds

1...<<11121314151617181920>>...22