Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 – 175 of 527) sorted by relevance

12345678910>>...22

/php-src/ext/bz2/tests/
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_basic001.phpt10 fwrite($handle,$file_content);
H A Dbug27619.phpt6 fwrite($fp, "this is a lowercase string.\n");
H A Dbug35781.phpt10 fwrite($fp, "This is a test\n");
/php-src/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt12 fwrite($fp, $text);
H A Dreadgzfile_basic2.phpt17 fwrite($h, $plaintxt);
H A Dzlib_filter_deflate2.phpt11 fwrite($fp, $text);
H A Dgzfile_basic2.phpt16 fwrite($h, $plaintxt);
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_error.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
H A Dbug81477.phpt8 fwrite($s, "foo,bar\nbaz,bat\nmore,data\n");
H A Dfgetcsv_blank_file.phpt11 $file->fwrite("");
/php-src/ext/standard/tests/streams/
H A Dbug48309.phpt7 fwrite($tmp, 'test');
H A Dbug78662.phpt26 var_dump(fwrite($f, "bar"));
H A Dstream_copy_to_stream_socket.phpt14 fwrite($sockets[0], "a");
H A Dbug78506.phpt18 fwrite($source_resource, 'Test data');
H A Dgh8472.phpt22 fwrite($client, str_repeat('0', 5));
/php-src/ext/standard/tests/filters/
H A Dbug46164-2.phpt19 fwrite($fd, "foo");
H A Dphp_user_filter_onCreate_failure.phpt15 fwrite($fp, "Test");
/php-src/sapi/cli/tests/
H A Dbug67429_1.phpt19 if(fwrite($fp, <<<HEADER
H A Dbug67429_2.phpt19 if(fwrite($fp, <<<HEADER
H A Demptyheader.phpt15 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
H A Dphp_cli_server_020.phpt15 if(fwrite($fp, <<<HEADER
H A Dbug65066_100.phpt17 if(fwrite($fp, <<<HEADER
H A Dbug66830.phpt18 if(fwrite($fp, <<<HEADER

Completed in 18 milliseconds

12345678910>>...22