Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt46 fwrite($file, str_repeat("text", 20) );
68 fwrite($fp, "Hello World");
90 fwrite($file, "Hello World");
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 Dunlink_basic.phpt14 fwrite($fp, "Hello World");
/PHP-7.1/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt30 fwrite($fp, b'extra');
/PHP-7.1/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt29 fwrite($fp, b'extra');
/PHP-7.1/ext/posix/tests/
H A Dposix_access_error_modes.phpt25 fwrite($fp,"foo");
H A Dposix_access.phpt24 fwrite($fp,"foo");
/PHP-7.1/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt12 fwrite($fp, $original);
/PHP-7.1/ext/openssl/tests/
H A Dstreams_crypto_method.phpt32 fwrite($client, $response);
H A Dbug65538_001.phpt32 fwrite($client, $response);
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_005.phpt34 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_012.phpt22 if(fwrite($fp, <<<HEADER
H A Dbug67429.phpt26 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_019.phpt26 if(fwrite($fp, <<<HEADER
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_2.phpt27 var_dump($f, fwrite($f, "writing to an mb filename"));
H A Dtest_cp1255_2.phpt30 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_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_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_cp1256_2.phpt30 var_dump($f, fwrite($f, "writing to an mb filename"));
/PHP-7.1/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))));
/PHP-7.1/Zend/tests/
H A Dbug38779_1.phpt35 fwrite($fp1, "<"."?php blah blah?".">");

Completed in 35 milliseconds

12345678910>>...21