Searched refs:fwrite (Results 51 – 75 of 443) sorted by relevance
12345678910>>...18
/PHP-5.5/ext/standard/tests/file/ |
H A D | fopen_variation8.phpt | 65 fwrite($h, (binary) "in dir2"); 77 fwrite($h, (binary) "in dir1"); 88 fwrite($h, (binary) "in working dir"); 108 fwrite($h, (binary) "in script dir");
|
H A D | bug38450_2.phpt | 91 fwrite($fp, "line1\n"); 92 fwrite($fp, "line2\n"); 93 fwrite($fp, "line3\n");
|
H A D | php_fd_wrapper_01.phpt | 6 fwrite($f, "hi!");
|
H A D | php_fd_wrapper_02.phpt | 6 fwrite($f, "hi!");
|
H A D | fopen_variation19.phpt | 30 fwrite($h, "Hello World"); 79 fwrite($h, ' again!'); 88 fwrite($h, 'Goodbye World');
|
H A D | fgets_socket_variation2.phpt | 15 fwrite($fd, LINE_OF_DATA); 42 var_dump(fwrite($socket, $data));
|
H A D | fseek_variation3.phpt | 19 fwrite($h, chr(0x30 + $i)); 32 fwrite($h, b"end");
|
H A D | bug40374.phpt | 9 fwrite($fp, "test");
|
/PHP-5.5/sapi/cli/tests/ |
H A D | 022.inc | 12 fwrite($client_socket, $data);
|
H A D | php_cli_server_010.phpt | 20 if(fwrite($fp, <<<HEADER 40 if(fwrite($fp, <<<HEADER
|
H A D | php_cli_server_013.phpt | 22 if(fwrite($fp, <<<HEADER 46 if(fwrite($fp, <<<HEADER 67 if(fwrite($fp, <<<HEADER
|
/PHP-5.5/ext/phar/tests/tar/files/ |
H A D | make_invalid_tar.php.inc | 6 fwrite($this->tmp, (binary)'oopsie');
|
/PHP-5.5/scripts/dev/generate-phpt/src/ |
H A D | gtTestCaseWriter.php | 23 fwrite ($fh, $string);
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | proc_open_bug51800_right2.phpt | 30 fwrite(STDOUT, substr($data0, $i0, $step)); 31 fwrite(STDERR, substr($data1, $i1, $step));
|
H A D | stream_get_contents_001.phpt | 8 fwrite($tmp, b"12345");
|
H A D | stream_get_contents_002.phpt | 13 fwrite($sockets[0], b"foo");
|
/PHP-5.5/win32/build/ |
H A D | mkdist.php | 146 fwrite($fp, $text); 262 fwrite($fp, <<<EOT 275 fwrite($fp, "===========================\r\n"); 279 fwrite($fp, "\r\n\r\n"); 288 fwrite($fp, "===========================\r\n"); 292 fwrite($fp, "\r\n");
|
/PHP-5.5/ext/phar/tests/zip/files/ |
H A D | make_invalid_tar.php.inc | 9 fwrite($fp, 'oopsie');
|
/PHP-5.5/ext/standard/tests/image/ |
H A D | iptcembed_001.phpt | 8 fwrite($fp, "-1-1");
|
/PHP-5.5/ext/phar/tests/ |
H A D | open_for_write_existing_c.phpt | 24 fwrite($fp, 'extra'); 35 Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.p…
|
H A D | open_for_write_existing_c_5_2.phpt | 22 fwrite($fp, 'extra'); 33 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
|
H A D | open_for_write_existing_b.phpt | 30 fwrite($fp, 'extra'); 41 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_existing_b.…
|
/PHP-5.5/ext/pdo_oci/tests/ |
H A D | bug46274.phpt | 31 fwrite($blob, $data); 41 fwrite($blob, $data);
|
/PHP-5.5/ext/phar/tests/cache_list/files/ |
H A D | write24.phar | 5 fwrite($fp, b"hi");
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | bug46274.phpt | 28 fwrite($blob, $data); 40 fwrite($blob, $data);
|
Completed in 45 milliseconds
12345678910>>...18