Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 443) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt12 fwrite($fp, $original);
H A Dzlib_filter_inflate2.phpt9 fwrite($a, b"This is quite the thing ain't it\n");
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_005.phpt34 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_015.phpt26 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_019.phpt26 if(fwrite($fp, <<<HEADER
/PHP-5.5/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-5.5/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(b"Hello2world...\n", 100));
H A Dreadfile_variation6.phpt38 fwrite($h, "File in include path");
H A Dreadfile_variation7.phpt38 fwrite($h, "File in script location");
H A Dunlink_basic.phpt14 fwrite($fp, "Hello World");
H A Ddisk_total_space_basic.phpt23 fwrite($fh, (binary)"Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data …
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 Dfopen_variation13.phpt34 fwrite($h, "This is the test file");
H A Dfileowner_basic.phpt22 fwrite($file_handle, $string);
H A Dproc_open01.phpt22 fwrite($pipes[0], $test_string);
H A Dfile_variation.phpt19 fwrite($fh, (binary)$data);
38 fwrite( $file_handle, (binary)"The key string to be searched is SEARCH_KEY\nLine without key string…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt69 fwrite($fp, b"1;foo\n");
70 fwrite($fp, b"2;bar");
/PHP-5.5/ext/posix/tests/
H A Dposix_access.phpt24 fwrite($fp,"foo");
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt55 fwrite($stream, b"42");
64 fwrite($stream, b"42");
78 fwrite($stream, b"42");
/PHP-5.5/ext/standard/tests/network/
H A Dtcp6loop.phpt39 fwrite($client, "ABCdef123\n");
/PHP-5.5/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt37 fwrite($fp, chr($c), 1);
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc32 $return = fwrite($fp, $session_data);

Completed in 23 milliseconds

12345678910>>...18