Home
last modified time | relevance | path

Searched refs:fwrite (Results 251 – 275 of 503) sorted by relevance

1...<<1112131415161718192021

/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1252_to_utf8_5.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp936_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
/PHP-7.2/ext/standard/tests/file/
H A Dreadfile_variation6.phpt38 fwrite($h, "File in include path");
H A Dreadfile_variation7.phpt38 fwrite($h, "File in script location");
H A Ddisk_total_space_basic.phpt23 fwrite($fh, "Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage …
H A Dfile_get_contents_variation1.phpt39 fwrite($h, "File in include path");
H A Dfile_get_contents_variation2.phpt40 fwrite($h, "File in script location");
H A Dfileowner_basic.phpt22 fwrite($file_handle, $string);
H A Dfopen_variation13.phpt34 fwrite($h, "This is the test file");
H A Dproc_open01.phpt22 fwrite($pipes[0], $test_string);
H A Dfile_variation.phpt19 fwrite($fh, $data);
38 fwrite( $file_handle,"The key string to be searched is SEARCH_KEY\nLine without key string\nThe key…
H A Dfgets_socket_variation1.phpt28 fwrite($socket, "line1\nline2\nline3\n");
H A Dfile_variation5-win32-mb.phpt20 fwrite($fd, "Line 1\nLine 2\nLine 3");
H A Dfile_variation5-win32.phpt20 fwrite($fd, "Line 1\nLine 2\nLine 3");
H A Dfopen_variation12.phpt21 fwrite($h, "This is the test file");
H A Ddisk_total_space_error.phpt27 fwrite( $fh, " Garbage data for the temporary file" );
H A Dfflush_basic.phpt29 var_dump( fwrite($file_handle, $data) );
H A Dfgetcsv.phpt32 fwrite($fp, $v . "\n");
/PHP-7.2/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt55 fwrite($stream, "42");
64 fwrite($stream, "42");
78 fwrite($stream, "42");
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_015.phpt26 if(fwrite($fp, <<<HEADER
/PHP-7.2/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, "This is quite the thing ain't it\n");
/PHP-7.2/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt37 fwrite($fp, chr($c), 1);
H A Dcreatefromwbmp2.phpt37 fwrite($fp, chr($c), 1);
/PHP-7.2/ext/standard/tests/network/
H A Dtcp6loop.phpt39 fwrite($client, "ABCdef123\n");
/PHP-7.2/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt32 fwrite($f, $first ? $dtd : $entity);

Completed in 32 milliseconds

1...<<1112131415161718192021