Searched refs:fwrite (Results 176 – 200 of 443) sorted by relevance
12345678910>>...18
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug44818.phpt | 8 var_dump($fd, fwrite($fd, b"foo"));
|
H A D | bug64166_2.phpt | 8 fwrite($fd, $data);
|
H A D | stream_multi_filters_close.phpt | 49 fwrite($r, "test\n");
|
/PHP-5.5/ext/mcrypt/tests/ |
H A D | mcrypt_filters.phpt | 23 fwrite($fp, 'Secret secret secret data');
|
/PHP-5.5/ext/gd/tests/ |
H A D | imageloadfont_invalid.phpt | 12 fwrite($fp, $bin);
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation4.phpt | 37 fwrite($file, str_repeat("text", 20) ); 56 fwrite($fp, "Hello World"); 72 fwrite($file, "Hello World");
|
H A D | file_variation7.phpt | 8 fwrite($fd, "Line 1\n\n \n \n\Line 3");
|
H A D | symlink_link_linkinfo_is_link_variation3.phpt | 46 fwrite($file, str_repeat("text", 20) ); 68 fwrite($fp, "Hello World"); 90 fwrite($file, "Hello World");
|
/PHP-5.5/ext/phar/tests/ |
H A D | open_for_write_existing.phpt | 21 fwrite($fp, b'extra');
|
H A D | open_for_write_newfile.phpt | 21 fwrite($fp, b'extra');
|
/PHP-5.5/ext/standard/tests/network/ |
H A D | unixloop.phpt | 32 fwrite($client, "ABCdef123\n");
|
/PHP-5.5/ext/curl/tests/ |
H A D | bug52827.phpt | 25 fwrite($s, str_repeat('a',1024));
|
H A D | curl_write_file.phpt | 17 fwrite($fp, "test");
|
/PHP-5.5/ext/zlib/tests/ |
H A D | gzopen_variation8.phpt | 27 fwrite($h, $data);
|
/PHP-5.5/sapi/cli/tests/ |
H A D | php_cli_server_004.phpt | 22 if(fwrite($fp, <<<HEADER
|
H A D | php_cli_server_016.phpt | 30 if(fwrite($fp, <<<HEADER
|
H A D | php_cli_server_012.phpt | 22 if(fwrite($fp, <<<HEADER
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | open_for_write_existing.phpt | 30 fwrite($fp, b'extra');
|
H A D | open_for_write_newfile.phpt | 30 fwrite($fp, b'extra');
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | open_for_write_existing.phpt | 29 fwrite($fp, b'extra');
|
H A D | open_for_write_newfile.phpt | 29 fwrite($fp, b'extra');
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | basic.phpt | 13 fwrite($fp, $GLOBALS["text"]);
|
/PHP-5.5/Zend/tests/ |
H A D | bug21478.phpt | 27 fwrite($fp, "This is a test.\n");
|
H A D | bug38779_1.phpt | 35 fwrite($fp1, "<"."?php blah blah?".">");
|
/PHP-5.5/ext/posix/tests/ |
H A D | posix_access_error_modes.phpt | 25 fwrite($fp,"foo");
|
Completed in 20 milliseconds
12345678910>>...18