/PHP-5.5/sapi/cli/tests/ |
H A D | php_cli_server_014.phpt | 25 if(fwrite($fp, <<<HEADER 44 if(fwrite($fp, <<<HEADER
|
H A D | bug65066_100.phpt | 22 if(fwrite($fp, <<<HEADER
|
H A D | bug66830.phpt | 23 if(fwrite($fp, <<<HEADER
|
H A D | php_cli_server_018.phpt | 23 if(fwrite($fp, <<<HEADER
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_info.phpt | 69 if (!fwrite($fp, b"100;'a';\n") || 70 !fwrite($fp, b"101;'b';\n") || 71 !fwrite($fp, b"102;'c';\n")) {
|
/PHP-5.5/ext/standard/tests/network/ |
H A D | bug20134.phpt | 14 $x = fwrite($fp,b"\n");
|
/PHP-5.5/ |
H A D | run-tests.php | 1012 fwrite($fs, "Host: " . $host . "\r\n"); 1013 fwrite($fs, "User-Agent: QA Browser 0.1\r\n"); 1016 fwrite($fs, $data); 1017 fwrite($fs, "\r\n\r\n"); 1092 fwrite($pipes[0], $stdin); 1157 fwrite($failed_tests_file, "$index\n"); 2491 fwrite($html_file, "<table>\n"); 2502 fwrite($html_file, "</table>\n"); 2514 fwrite($html_file, "<hr/>\n" . get_summary(true, true)); 2608 fwrite($html_file, [all …]
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug60455_01.phpt | 12 fwrite($sockets[0], "a");
|
H A D | bug67626.phpt | 38 fwrite($fp, 'foobar');
|
H A D | proc_open_bug51800.phpt | 43 fwrite(STDOUT, $data0); 44 fwrite(STDERR, $data1);
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | userfilters.phpt | 26 fwrite($fp, $text);
|
H A D | popen_pclose_basic-win32.phpt | 48 fwrite($file_handle, (binary)$str); 49 …fwrite($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newl…
|
H A D | userstreams_006.phpt | 29 var_dump(fwrite($fd, str_repeat('0', 70)));
|
H A D | fopen_variation10-win32.phpt | 53 fwrite($h, "file in $rootdir"); 57 fwrite($h, "file in fopen10.tmpDir"); 61 fwrite($h, "file in root");
|
H A D | fopen_variation11-win32.phpt | 52 fwrite($h, "file in $rootdir"); 56 fwrite($h, "file in fopen11.tmpDir"); 60 fwrite($h, "file in root");
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | bug50363.phpt | 10 fwrite($b, $foo);
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_uri.phpt | 25 fwrite($fp, $dsn); 41 fwrite($fp, sprintf('mysql:dbname=letshopeinvalid;%s%s',
|
/PHP-5.5/ext/phar/tests/ |
H A D | open_for_write_newfile_b.phpt | 30 fwrite($fp, 'extra'); 43 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_b.p…
|
H A D | open_for_write_newfile_b_5_2.phpt | 28 fwrite($fp, 'extra'); 41 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | open_for_write_newfile_c.phpt | 34 fwrite($fp, b'extra'); 48 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
|
H A D | open_for_write_newfile_c_5_2.phpt | 32 fwrite($fp, 'extra'); 46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | open_for_write_newfile_c.phpt | 34 fwrite($fp, 'extra'); 48 Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.p…
|
H A D | open_for_write_newfile_c_5_2.phpt | 32 fwrite($fp, b'extra'); 46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
|
/PHP-5.5/ext/zlib/tests/ |
H A D | readgzfile_basic2.phpt | 19 fwrite($h, $plaintxt);
|
H A D | gzfile_basic2.phpt | 18 fwrite($h, $plaintxt);
|