Home
last modified time | relevance | path

Searched refs:STREAM_FILTER_READ (Results 1 – 22 of 22) sorted by relevance

/PHP-8.2/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt13 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ);
20 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+16));
26 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+32));
H A Dbug67724.phpt11 stream_filter_append($f, "zlib.inflate", STREAM_FILTER_READ, ["window" => 30]);
12 stream_filter_append($f, "zlib.inflate", STREAM_FILTER_READ, ["window" => 30]);
H A Dbug48725_2.phpt9 stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_READ);
H A Dbug_52944.phpt16 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ);
H A Dbug_40189.phpt14 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ);
H A Dbug71417.phpt53 stream_filter_append($r, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+16));
/PHP-8.2/ext/iconv/tests/
H A Dbug76249.phpt10 if (false === @stream_filter_append($fh, 'convert.iconv.ucs-2/utf8//IGNORE', STREAM_FILTER_READ, []…
11 stream_filter_append($fh, 'convert.iconv.ucs-2/utf-8//IGNORE', STREAM_FILTER_READ, []);
/PHP-8.2/ext/standard/tests/streams/
H A Dbug64166.phpt11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
H A Dbug64166_2.phpt11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
22 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
H A Dbug77080.phpt9 stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_READ, 6);
H A Dbug76859.phpt11 stream_filter_append($fh, 'string.rot13', STREAM_FILTER_READ);
H A Dbug65483.phpt12 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ);
H A Dbug78506.phpt21 stream_filter_prepend($source_resource,'filtername',STREAM_FILTER_READ);
H A Dbug79984.phpt47 stream_filter_append($f2, 'f', STREAM_FILTER_READ);
/PHP-8.2/ext/standard/tests/filters/
H A Dbug73586.phpt21 stream_filter_append($fin, 'append', STREAM_FILTER_READ);
42 stream_filter_append($fin, 'append', STREAM_FILTER_READ);
H A Dchunked_001.phpt23 stream_filter_append($fp, "dechunk", STREAM_FILTER_READ);
H A Dgh13264.phpt21 stream_filter_append($stream, 'zlib.inflate', STREAM_FILTER_READ, ['window' => 15]);
/PHP-8.2/ext/standard/tests/file/
H A Dbug38086.phpt11 stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);
25 stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);
H A Duserfilters.phpt30 stream_filter_append($fp, 'testfilter', STREAM_FILTER_READ, 'testuserfilter');
H A Dstream_copy_to_stream.phpt11 stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);
25 stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);
42 stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);
/PHP-8.2/ext/standard/
H A Dfile.stub.php114 const STREAM_FILTER_READ = UNKNOWN; define
/PHP-8.2/ext/bz2/tests/
H A Dbug71263.phpt34 stream_filter_append($r, 'bzip2.decompress', STREAM_FILTER_READ);

Completed in 25 milliseconds