Home
last modified time | relevance | path

Searched refs:fwrite (Results 226 – 250 of 503) sorted by relevance

12345678910>>...21

/PHP-7.2/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt30 fwrite($fp, 'extra');
/PHP-7.2/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt29 fwrite($fp, 'extra');
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1255_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1256_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_eucjp_to_utf8_2.phpt27 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_cp1250_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1251_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1251_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp936_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1251_zend_multibyte_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1252_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1254_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1254_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp932_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_big5_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_big5_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
/PHP-7.2/ext/standard/tests/file/
H A Dfeof_basic.phpt18 fwrite($h, "some data $i\n");
42 fwrite($h, "some data $i\n");
H A Dcopy_variation10.phpt17 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Dunlink_basic.phpt14 fwrite($fp, "Hello World");
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt38 var_dump(fwrite($f, str_repeat('b', 3)));
49 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
H A Dstream_get_meta_data_file_variation5.phpt13 fwrite($fp, "a line of data\n");
/PHP-7.2/sapi/cli/tests/
H A Dbug67429.phpt26 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_019.phpt26 if(fwrite($fp, <<<HEADER
/PHP-7.2/Zend/tests/
H A Dbug38779_1.phpt35 fwrite($fp1, "<"."?php blah blah?".">");

Completed in 21 milliseconds

12345678910>>...21