Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/
H A D.gitattributes17 ext/filter/filter.c ident
H A DEXTENSIONS362 EXTENSION: filter
H A DINSTALL470 And to allow .phps files to be handled by the php source filter,
480 The php source filter should not be enabled on production systems,
H A DNEWS4127 filter). (slusarz at curecanti dot org)
4720 and trailing :: in the filter extension). (Gustavo)
4895 inflate filter fed invalid data). (Gustavo)
4916 - Added full_special_chars filter to ext/filter. (Rasmus)
6442 addresses in the filter extension). (Ilia)
6881 filter). (Arnaud)
6911 - Fixed potential memleak in stream filter parameter for zlib filter. (Greg)
8267 being applied when RAW filter is used. (Ilia)
8642 - Added "consumed" stream filter. (Marcus)
9125 - Added zlib stream filter support. (Sara)
[all …]
H A DREADME.input_filter14 a powerful standard implementation in ext/filter that should suit most
93 /* The filter handler. If you return 1 from it, then PHP also registers the
95 * you can use this if your filter already registers the variable under a
H A Dconfigure.in1463 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
/PHP-5.5/Zend/tests/
H A Dbug21478.phpt11 function filter($in, $out, &$consumed, $closing) {
/PHP-5.5/ext/filter/
H A Dconfig.m44 PHP_ARG_ENABLE(filter, whether to enable input filter support,
5 [ --disable-filter Disable input filter support], yes)
42 …PHP_NEW_EXTENSION(filter, filter.c sanitizing_filters.c logical_filters.c callback_filter.c, $ext_…
45 PHP_INSTALL_HEADERS([ext/filter/php_filter.h])
46 PHP_ADD_EXTENSION_DEP(filter, pcre)
H A Dconfig.w324 ARG_ENABLE("filter", "Filter Support", "yes");
7 EXTENSION("filter", "filter.c sanitizing_filters.c logical_filters.c callback_filter.c");
8 PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
H A Dfilter.c87 ZEND_ARG_INFO(0, filter)
93 ZEND_ARG_INFO(0, filter)
144 PHP_MINIT(filter),
145 PHP_MSHUTDOWN(filter),
147 PHP_RSHUTDOWN(filter),
148 PHP_MINFO(filter),
155 ZEND_GET_MODULE(filter)
208 PHP_MINIT_FUNCTION(filter) in PHP_MINIT_FUNCTION() argument
319 PHP_MINFO_FUNCTION(filter) in PHP_MINFO_FUNCTION() argument
610 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)
64 ZEND_END_MODULE_GLOBALS(filter)
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt16 * Added filter constants
22 "filter.default".
24 * Added 'on' and 'off' to the boolean filter.
25 * Removed min_range and max_range flags from the float filter.
34 * Added a magic_quotes sanitizing filter.
43 * With the input filter extension enabled, and the
46 configured filter. The 'callback' filter can not be used here, as that
59 filter as specified in *$filter* with a constant, and additional options
60 to the filter through *$filter_options*.
73 Returns a list with all supported filter names.
[all …]
/PHP-5.5/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.phpt2 filter() test
4 <?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"); ?>
H A D009.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D010.phpt6 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D011.phpt6 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D012.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D013.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D014.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D015.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D016.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>

Completed in 55 milliseconds

12345678910>>...14