Home
last modified time | relevance | path

Searched refs:fwrite (Results 301 – 325 of 526) sorted by relevance

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

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_big5_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1251_zend_multibyte_2.phpt34 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1252_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1252_to_utf8_5.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1254_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp932_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp936_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
/php-src/ext/standard/tests/file/
H A Dfile_variation.phpt14 fwrite($fh, $data);
33 fwrite( $file_handle,"The key string to be searched is SEARCH_KEY\nLine without key string\nThe key…
H A Dlstat_stat_variation7.phpt20 fwrite($fh, str_repeat("Hello World", $blksize));
H A Dgh13136.phpt25 return fwrite($this->file, $data);
H A Dfopen_variation7.phpt28 fwrite($h, "This is the test file");
H A Dfopen_variation9.phpt28 fwrite($h, "This is the test file");
H A Dproc_open01.phpt22 fwrite($pipes[0], $test_string);
/php-src/ext/phar/tests/
H A Dphar_stub.phpt38 fwrite($fp, $file);
51 fwrite($fp, 'booya');
/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/gd/tests/
H A Dcreatefromwbmp2.phpt38 fwrite($fp, chr($c), 1);
H A Dcreatefromwbmp2_extern.phpt38 fwrite($fp, chr($c), 1);
/php-src/ext/standard/tests/streams/
H A Dbug79984.phpt45 fwrite($f2, $str);
H A Dstream_get_meta_data_file_variation5.phpt13 fwrite($fp, "a line of data\n");
/php-src/Zend/tests/
H A Dbug38779_1.phpt36 fwrite($fp1, "<"."?php blah blah?".">");
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt55 fwrite($stream, "42");
64 fwrite($stream, "42");
78 fwrite($stream, "42");
/php-src/ext/zlib/tests/
H A Dgzopen_variation5.phpt28 fwrite($h, "This is the test file");
H A Dzlib_filter_inflate2.phpt9 fwrite($a, "This is quite the thing ain't it\n");
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.phpt32 if (false == @fwrite($pipe, $data)) {

Completed in 24 milliseconds

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