Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.6/ext/phar/tests/
H A Dopen_for_write_newfile.phpt21 fwrite($fp, b'extra');
/PHP-5.6/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt29 fwrite($fp, b'extra');
H A Dopen_for_write_newfile.phpt29 fwrite($fp, b'extra');
/PHP-5.6/ext/phar/tests/tar/
H A Dopen_for_write_existing.phpt30 fwrite($fp, b'extra');
H A Dopen_for_write_newfile.phpt30 fwrite($fp, b'extra');
/PHP-5.6/ext/standard/tests/filters/
H A Dbasic.phpt13 fwrite($fp, $GLOBALS["text"]);
H A Dfilter_errors_user.phpt55 fwrite($stream, b"42");
64 fwrite($stream, b"42");
78 fwrite($stream, b"42");
/PHP-5.6/Zend/tests/
H A Dbug21478.phpt27 fwrite($fp, "This is a test.\n");
H A Dbug38779_1.phpt35 fwrite($fp1, "<"."?php blah blah?".">");
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt49 fwrite($r, "test\n");
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.6/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.6/ext/posix/tests/
H A Dposix_access_error_modes.phpt25 fwrite($fp,"foo");
H A Dposix_access.phpt24 fwrite($fp,"foo");
/PHP-5.6/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt12 fwrite($fp, $original);
/PHP-5.6/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");
/PHP-5.6/ext/openssl/tests/
H A Dbug65538_001.phpt31 fwrite($client, $response);
H A Dstreams_crypto_method.phpt32 fwrite($client, $response);

Completed in 37 milliseconds

12345678910>>...19