Home
last modified time | relevance | path

Searched refs:fwrite (Results 51 – 75 of 526) sorted by last modified time

12345678910>>...22

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt72 fwrite($fp, "1;foo\n");
73 fwrite($fp, "2;bar");
/php-src/ext/standard/tests/file/
H A Dfile.inc132 $bytes_written = fwrite($file_handle, $num_values, $chunk_size);
140 $bytes_written = fwrite($file_handle, $num_values, $file_size);
H A D007_variation2.phpt25 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation21.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation22.phpt22 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…
H A D007_variation3.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation4.phpt24 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 D007_variation6.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation7.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation20.phpt24 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 D007_variation9.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
42 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfilesize_variation2-win32.phpt41 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation2.phpt41 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation4-win32.phpt22 fwrite($file_handle, $string);
30 fwrite($file_handle, $string);
37 fwrite($file_handle, "Hello, world");
44 fwrite($file_handle, "Hello, world\n");
58 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
H A Dfilesize_variation4.phpt24 fwrite($file_handle, $string);
32 fwrite($file_handle, $string);
39 fwrite($file_handle, "Hello, world");
46 fwrite($file_handle, "Hello, world\n");
60 fwrite($file_handle, "Hello\0"); //writing 6 bytes of data
H A D007_variation12-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation12.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation13-win32.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
/php-src/sapi/fpm/tests/
H A Dfcgi.inc188 $result = fwrite($this->stream, $bytes);
/php-src/ext/pdo/tests/
H A Dbug_34630.phpt29 fwrite($fp, "I am the LOB data");
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt21 fwrite($fp, $thisfile);

Completed in 58 milliseconds

12345678910>>...22