Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/zlib/tests/
H A Dgzwrite_error2.phpt2 Test function gzwrite() by calling it invalid lengths
11 var_dump(gzwrite( $h, $str, 0 ) );
12 var_dump(gzwrite( $h, $str, -1 ) );
H A Dgzwrite_variation1.phpt2 Test function gzwrite() by calling it when file is opened for reading
12 var_dump(gzwrite( $h, $str ) );
14 var_dump(gzwrite( $h, $str, $length ) );
H A Dgzwrite_basic.phpt2 Test function gzwrite() by calling it with its expected arguments
12 var_dump(gzwrite( $h, $str ) );
13 var_dump(gzwrite( $h, $str, $length ) );
H A Dgzrewind_variation1.phpt9 gzwrite($h, 'The first string.');
11 gzwrite($h, 'The second string.');
H A Dgzreadgzwrite.phpt2 gzopen(), gzread(), gzwrite()
11 gzwrite($fp, $original);
H A Dgzeof_variation1.phpt12 gzwrite( $h, $str );
14 gzwrite( $h, $str, $length);
H A Dzlib_wrapper_fflush_basic.phpt13 gzwrite( $h, $str);
14 gzwrite( $h, $str);
H A Dgzfile_variation15.phpt29 gzwrite($h, "This is a file in dir2");
38 gzwrite($h, "This is a file in dir1");
47 gzwrite($h, "This is a file in working dir");
63 gzwrite($h, "This is a file in script dir");
H A Dreadgzfile_variation15.phpt29 gzwrite($h, "This is a file in dir2");
39 gzwrite($h, "This is a file in dir1");
49 gzwrite($h, "This is a file in working dir");
67 gzwrite($h, "This is a file in script dir");
H A Dgzseek_variation1.phpt11 gzwrite($h, $str1);
15 gzwrite($h, $str2);
H A Dgzopen_variation6.phpt12 gzwrite($h, "This is an absolute file");
16 gzwrite($h, "This is a relative file");
H A Dgzseek_basic2.phpt11 gzwrite($h, $str1);
17 gzwrite($h, $str2);
H A Dgzseek_variation4.phpt11 gzwrite($h, $str1);
17 gzwrite($h, $str2);
H A Dgzseek_variation5.phpt11 gzwrite($h, $str1);
17 gzwrite($h, $str2);
H A Dgzseek_variation7.phpt11 gzwrite($h, $str1);
20 gzwrite($h, $str2);
H A Dgzopen_variation4.phpt35 gzwrite($h, "This is a file in dir2");
49 gzwrite($h, "This is a file in dir1");
62 gzwrite($h, "This is a file in working dir");
86 gzwrite($h, "This is a file in script dir");
H A Dreadgzfile_basic.phpt17 gzwrite($h, $plaintxt);
H A Dgzfile_basic.phpt16 gzwrite($h, $plaintxt);
H A Dgzread_variation1.phpt12 gzwrite( $h, $str);
H A Dgztell_basic2.phpt14 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.phpt19 gzwrite($h, $data);
/PHP-8.1/ext/zlib/
H A Dphp_zlib.def36 gzwrite
H A Dzlib.stub.php69 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 23 milliseconds

12