Home
last modified time | relevance | path

Searched refs:gzwrite (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.0/ext/zlib/tests/
H A Dgzwrite_error2.phpt2 Test function gzwrite() by calling it invalid lengths
15 var_dump(gzwrite( $h, $str, 0 ) );
16 var_dump(gzwrite( $h, $str, -1 ) );
H A Dgzwrite_variation1.phpt2 Test function gzwrite() by calling it when file is opened for reading
16 var_dump(gzwrite( $h, $str ) );
18 var_dump(gzwrite( $h, $str, $length ) );
H A Dgzwrite_basic.phpt2 Test function gzwrite() by calling it with its expected arguments
16 var_dump(gzwrite( $h, $str ) );
17 var_dump(gzwrite( $h, $str, $length ) );
H A Dgzrewind_variation1.phpt13 gzwrite($h, 'The first string.');
15 gzwrite($h, 'The second string.');
H A Dgzreadgzwrite.phpt2 gzopen(), gzread(), gzwrite()
12 gzwrite($fp, $original);
H A Dgzeof_variation1.phpt16 gzwrite( $h, $str );
18 gzwrite( $h, $str, $length);
H A Dgzfile_variation15.phpt33 gzwrite($h, "This is a file in dir2");
42 gzwrite($h, "This is a file in dir1");
51 gzwrite($h, "This is a file in working dir");
67 gzwrite($h, "This is a file in script dir");
H A Dzlib_wrapper_fflush_basic.phpt17 gzwrite( $h, $str);
18 gzwrite( $h, $str);
H A Dgzseek_variation1.phpt15 gzwrite($h, $str1);
19 gzwrite($h, $str2);
H A Dreadgzfile_variation15.phpt33 gzwrite($h, "This is a file in dir2");
43 gzwrite($h, "This is a file in dir1");
53 gzwrite($h, "This is a file in working dir");
71 gzwrite($h, "This is a file in script dir");
H A Dgzopen_variation6.phpt16 gzwrite($h, "This is an absolute file");
20 gzwrite($h, "This is a relative file");
H A Dgzseek_basic2.phpt15 gzwrite($h, $str1);
21 gzwrite($h, $str2);
H A Dgzseek_variation4.phpt15 gzwrite($h, $str1);
21 gzwrite($h, $str2);
H A Dgzseek_variation5.phpt15 gzwrite($h, $str1);
21 gzwrite($h, $str2);
H A Dgzseek_variation7.phpt15 gzwrite($h, $str1);
24 gzwrite($h, $str2);
H A Dgzopen_variation4.phpt39 gzwrite($h, "This is a file in dir2");
53 gzwrite($h, "This is a file in dir1");
66 gzwrite($h, "This is a file in working dir");
90 gzwrite($h, "This is a file in script dir");
H A Dreadgzfile_basic.phpt19 gzwrite($h, $plaintxt);
H A Dgzfile_basic.phpt18 gzwrite($h, $plaintxt);
H A Dgzread_variation1.phpt16 gzwrite( $h, $str);
H A Dgztell_basic2.phpt18 echo "bytes written=".gzwrite($h, str_repeat('1', $size))."\n";
H A Dgzreadgzwriteplain.phpt2 gzopen(), gzread(), gzwrite() for non-compressed data
H A Dgzopen_basic2.phpt23 gzwrite($h, $data);
/PHP-8.0/ext/zlib/
H A Dphp_zlib.def36 gzwrite
H A Dzlib.stub.php44 function gzwrite($stream, string $data, ?int $length = null): int|false {} function
H A Dzlib_fopen_wrapper.c51 return gzwrite(self->gz_file, (char *) buf, count); in php_gziop_write()

Completed in 21 milliseconds

12