Home
last modified time | relevance | path

Searched refs:fwrite (Results 276 – 300 of 526) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt18 fwrite($fh, "Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage …
H A Dfile_get_contents_variation1.phpt31 fwrite($h, "File in include path");
H A Dfile_variation7.phpt9 fwrite($fd, "Line 1\n\n \n \n\Line 3");
H A Dfile_get_contents_variation2.phpt32 fwrite($h, "File in script location");
H A Ddisk_free_space_error.phpt17 fwrite( $fh, " Garbage data for the temporary file" );
H A Dftruncate_error.phpt9 fwrite($file_handle, "Testing ftruncate error conditions \n");
H A Dunlink_basic.phpt11 fwrite($fp, "Hello World");
/php-src/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt49 fwrite($r, "test\n");
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1253_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1255_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1255_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1256_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_eucjp_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_kartuli_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dbug64506.phpt25 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_big5_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1250_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1251_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1251_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1254_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1256_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
/php-src/ext/standard/tests/filters/
H A Dbasic.phpt12 fwrite($fp, $GLOBALS["text"]);
/php-src/sapi/cli/tests/
H A Dphp_cli_server_015.phpt20 if(fwrite($fp, <<<HEADER
/php-src/ext/opcache/tests/
H A Dgh9164.phpt16 fwrite($fd, "<?php\n");

Completed in 35 milliseconds

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