Home
last modified time | relevance | path

Searched refs:filter (Results 1 – 25 of 370) sorted by path

12345678910>>...15

/PHP-7.4/
H A DEXTENSIONS305 EXTENSION: filter
H A DNEWS144 . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
212 . Fixed bug #81294 (Segfault when removing a filter). (cmb)
455 . Fixed bug #80384 (filter buffers entire read until file closed). (Adam
492 . Fixed bug #77069 (stream filter loses final block of data). (cmb)
940 . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
1437 . The filter extension no longer has the --with-pcre-dir on Unix builds,
1463 . Implemented the scatter filter (IMG_FILTER_SCATTER). (Kalle)
1694 filter). (kkopachev)
1706 . Fixed bug #78506 (Error in a php_user_filter::filter() is not reported).
1813 filter). (kkopachev)
[all …]
H A DUPGRADING273 . The FILTER_VALIDATE_FLOAT filter now supports the min_range and max_range
282 . Added the "scatter" image filter (IMG_FILTER_SCATTER) to apply a scatter
283 filter to images. This filter has the following prototype:
290 Note, the result of this filter is always random.
594 . The filter extension no longer exposes --with-pcre-dir for Unix builds and
633 changed. Don't filter methods and properties through
H A DUPGRADING.INTERNALS239 - The filter extension no longer exposes the --with-pcre-dir configure
H A Dconfigure.ac1485 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
/PHP-7.4/Zend/tests/
H A Dbug21478.phpt6 function filter($in, $out, &$consumed, $closing) {
H A Dbug78406.phpt6 echo "bug\n"; // Should be transformed by filter on second include
13 public function filter($in, $out, &$consumed, $closing)
35 stream_filter_register('sample.filter', SampleFilter::class);
36 $uri = 'php://filter/read=sample.filter/resource='. __FILE__;
H A Dinclude_fail_during_read.phpt6 stream_filter_register('sample.filter', SampleFilter::class);
7 include 'php://filter/read=sample.filter/resource='. __FILE__;
10 Warning: include(): Unprocessed filter buckets remaining on input brigade in %s on line %d
12 Warning: include(): Failed opening 'php://filter/read=sample.filter/resource=%s' for inclusion (inc…
/PHP-7.4/docs/
H A Dinput-filter.md1 # Input filter support in PHP
12 `ext/filter` that should suit most peoples' needs. However, if you want to
89 /* The filter handler. If you return 1 from it, then PHP also registers the
91 * you can use this if your filter already registers the variable under a
H A Drelease-process.md49 git filter-branch --prune-empty --subdirectory-filter ext/ext-name master
/PHP-7.4/ext/bz2/tests/
H A Dbug71263.phpt2 Bug #71263: fread() does not detects decoding errors from filter bzip2.decompress
H A Dbug75776.phpt2 Bug #75776 (Flushing streams with compression filter is broken)
H A Dbug81092.phpt10 $filter = stream_filter_append($stream, 'bzip2.compress', STREAM_FILTER_WRITE, ['blocks' => 9, 'wor…
13 stream_filter_remove($filter);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1897 -// basic filter
1902 -// enhanced filter
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic20514 # AX: DirectShow source filter
26141 >20 belong 246 (Packet filter state syncing
H A Dmagic私はガラスを食べられます20514 # AX: DirectShow source filter
26141 >20 belong 246 (Packet filter state syncing
/PHP-7.4/ext/filter/
H A Dconfig.m41 PHP_ARG_ENABLE([filter],
2 [whether to enable input filter support],
3 [AS_HELP_STRING([--disable-filter],
4 [Disable input filter support])],
8 …PHP_NEW_EXTENSION(filter, filter.c sanitizing_filters.c logical_filters.c callback_filter.c, $ext_…
11 PHP_INSTALL_HEADERS([ext/filter/php_filter.h])
12 PHP_ADD_EXTENSION_DEP(filter, pcre)
H A Dconfig.w323 ARG_ENABLE("filter", "Filter Support", "yes");
6 …EXTENSION("filter", "filter.c sanitizing_filters.c logical_filters.c callback_filter.c", PHP_FILTE…
7 PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
H A Dfilter.c87 ZEND_ARG_INFO(0, filter)
93 ZEND_ARG_INFO(0, filter)
142 PHP_MINIT(filter),
143 PHP_MSHUTDOWN(filter),
145 PHP_RSHUTDOWN(filter),
146 PHP_MINFO(filter),
156 ZEND_GET_MODULE(filter) in ZEND_GET_MODULE() argument
214 PHP_MINIT_FUNCTION(filter) in PHP_MINIT_FUNCTION() argument
333 PHP_MINFO_FUNCTION(filter) in PHP_MINFO_FUNCTION() argument
613 filter = lval; in php_filter_call()
[all …]
H A Dphp_filter.h41 PHP_MINIT_FUNCTION(filter);
42 PHP_MSHUTDOWN_FUNCTION(filter);
43 PHP_RINIT_FUNCTION(filter);
44 PHP_RSHUTDOWN_FUNCTION(filter);
45 PHP_MINFO_FUNCTION(filter);
55 ZEND_BEGIN_MODULE_GLOBALS(filter)
66 ZEND_END_MODULE_GLOBALS(filter)
72 #define IF_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(filter, v)
/PHP-7.4/ext/filter/tests/
H A D004.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
6 filter.default=special_chars
H A D005.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
6 filter.default=stripped
H A D006.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D007.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D008.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>

Completed in 177 milliseconds

12345678910>>...15