Home
last modified time | relevance | path

Searched refs:filter (Results 101 – 125 of 370) sorted by last modified time

12345678910>>...15

/PHP-7.4/
H A DEXTENSIONS305 EXTENSION: filter
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt36 * Alternative way is to set log_level=debug and filter result of
/PHP-7.4/ext/zlib/tests/
H A Dbug_40189.phpt2 Bug #40189 (endless loop in zlib.inflate stream filter)
H A Dbug_52944.phpt2 Bug #52944 (segfault with zlib filter and corrupted data)
H A Dbug71417.phpt2 Bug #71417: fread() does not detect decoding errors from filter zlib.inflate
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities13.phpt7 filter.default=unsafe_raw
H A Dhtmlentities14.phpt7 filter.default=unsafe_raw
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78506.phpt2 Bug #78506: Error in a php_user_filter::filter() is not reported
7 public function filter($in, $out, &$consumed, $closing)
H A Dstream_filter_register.phpt9 function filter($in, $out, &$consumed, $closing) {
14 function filter($in, $out, &$consumed, $closing) {
H A Dstream_multi_filters_close.phpt7 public function filter($in, $out, &$consumed, $closing) {
26 public function filter($in, $out, &$consumed, $closing) {
H A Duser_streams_consumed_bug.phpt2 Testing user filter on streams
8 public function filter($in, $out, &$consumed, $closing)
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads
H A Dbug64166_3.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - writes
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
H A Dbug64166.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
H A Dbug46147.phpt2 Bug #46147 (after stream seek, appending stream filter reads incorrect data)
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt2 basic stream filter tests
15 echo "filter: $name\n";
22 foreach ($filters as $filter) {
23 filter_test(array($filter));
30 filter: string.rot13
31 resource(%d) of type (stream filter)
33 filter: string.toupper
34 resource(%d) of type (stream filter)
36 filter: string.tolower
39 filter: string.rot13
[all …]
H A Dbug35916.phpt10 function filter($in, $out, &$consumed, $closing)
H A Dbug46164-1.phpt6 function filter($in, $out, &$consumed, $closing) {
17 $filter = stream_filter_append($fd, 'user_filter');
18 stream_filter_remove($filter);
H A Dbug46164-2.phpt6 function filter($in, $out, &$consumed, $closing) {
18 $filter = stream_filter_append($fd, 'user_filter');
H A Dbug50363.phpt2 Bug #50363 (Invalid parsing in convert.quoted-printable-decode filter)
H A Dbug73586.phpt2 Bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).
7 function filter($in, $out, &$consumed, $closing) {
28 function filter($in, $out, &$consumed, $closing) {
H A Dbug77231.phpt2 Bug #77231 (Segfault when using convert.quoted-printable-encode filter)
5 var_dump(file(urldecode('php://filter/convert.quoted-printable-encode/resource=data://,%bfAAAAAAAAF…
H A Dchunked_001.phpt6 if(! in_array( "dechunk", $filters )) die( "skip Chunked filter not available." );
H A Dfilter_errors.inc8 foreach($filters as $filter) {
9 if (fnmatch($filter, $needle)) return;
14 function filter_errors_test($filter, $data) {
24 $f = stream_filter_append($stream, $filter);
33 stream_filter_append($stream, $filter);

Completed in 24 milliseconds

12345678910>>...15