Home
last modified time | relevance | path

Searched refs:fwrite (Results 426 – 450 of 527) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A D007_variation7.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dfile_variation8-win32.phpt47 fwrite($h, "contents read");
H A Dcopy_variation3-win32.phpt20 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation3.phpt20 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation5-win32.phpt18 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dfile_get_contents_variation9.phpt22 fwrite($h, "Here is a repeated amount of data");
H A Dfile_variation6.phpt8 fwrite($fd, "Line 1\nLine 2\nLine 3");
H A D007_variation4.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
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 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_variation19.phpt24 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_variation11-win32-mb.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation11-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation11.phpt29 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 Dfopen_variation14-win32.phpt56 fwrite($h, $readData);
75 fwrite($h, $writeData);
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt56 var_dump( fwrite($$handle, $key));
/php-src/ext/hash/tests/
H A Dhash_file_basic1.phpt18 if (fwrite($fp, $content) === FALSE) {
/php-src/ext/standard/tests/strings/
H A Dsha1_file.phpt21 if (fwrite($handle2, $content) === FALSE) {
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt48 if (!fwrite($fp, 'mysqli_debug.phpt test line'))
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt25 fwrite($stm, "Hello dude\n");
/php-src/ext/spl/
H A Dspl_directory.stub.php289 public function fwrite(string $data, int $length = 0): int|false {} function in SplFileObject

Completed in 128 milliseconds

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