Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/mbstring/
H A Dconfig.m4231 libmbfl/filters/html_entities.c
232 libmbfl/filters/mbfilter_7bit.c
235 libmbfl/filters/mbfilter_big5.c
255 libmbfl/filters/mbfilter_hz.c
274 libmbfl/filters/mbfilter_jis.c
278 libmbfl/filters/mbfilter_sjis.c
284 libmbfl/filters/mbfilter_ucs2.c
285 libmbfl/filters/mbfilter_ucs4.c
286 libmbfl/filters/mbfilter_uhc.c
289 libmbfl/filters/mbfilter_utf7.c
[all …]
H A Dconfig.w3239 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
/PHP-7.2/ext/standard/tests/filters/
H A Dbasic.phpt8 $filters = array("string.rot13", "string.toupper", "string.tolower");
23 foreach ($filters as $filter) {
27 filter_test(array($filters[0], $filters[1]));
H A Dbug79468.phpt5 $filters = stream_get_filters();
6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
H A Dfilter_errors.inc7 $filters = stream_get_filters();
8 foreach($filters as $filter) {
H A Dchunked_001.phpt5 $filters = stream_get_filters();
6 if(! in_array( "dechunk", $filters )) die( "skip Chunked filter not available." );
H A Dstream_filter_remove_basic.phpt5 $filters = stream_get_filters();
6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
H A Dfilter_errors_user.phpt66 $filters = array();
69 $filters[] = stream_filter_append($stream, "test_filter$i");
72 foreach($filters as $filter) {
80 $filters = array();
83 $filters[] = stream_filter_append($stream, "test_filter$i");
H A Dstream_filter_remove_error.phpt5 $filters = stream_get_filters();
6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
/PHP-7.2/ext/mbstring/libmbfl/
H A DMakefile.am6 SUBDIRS = nls filters mbfl tests
H A Dconfigure.ac42 filters/Makefile
/PHP-7.2/ext/filter/tests/
H A Dbug67167.02.phpt13 Requires php_zval_filter to not use convert_to_string for all filters.
H A D042.phpt2 Combination of strip & sanitize filters
H A D033.phpt2 Test all filters returned by filter_list()
/PHP-7.2/ext/standard/tests/streams/
H A Dbug76859.phpt2 Bug #76859 (stream_get_line skips data if used with filters)
H A Dstream_multi_filters_close.phpt2 Check if multiple filters are closed correctly and never called again after close
/PHP-7.2/ext/standard/tests/file/
H A Dbug27619.phpt2 Bug #27619 (filters not applied to pre-buffered data)
/PHP-7.2/ext/zlib/tests/
H A Dbug67724.phpt2 Bug #67724 (chained zlib filters silently fail with large amounts of data)
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt8 extension is meant to address this issue by implementing a set of filters and
26 * Added validate_url, validate_email and validate_ip filters.
27 * Updated allows flags for all filters.
31 * Changed return value of filters which got invalid data from 'false' to
33 * Failed filters do not throw an E_NOTICE any longer.
40 for logical filters the filter function returns "false". If the data was
42 * Character filters always return a string.
106 These filters check whether passed data was valid, and do never mangle input
178 These filters remove data, or change data depending on the filter, and the
/PHP-7.2/ext/standard/tests/array/
H A Darray_filter_variation10.phpt26 echo "*** Testing array_filter() : usage variations - 'callback' filters based on key value ***\n";
67 *** Testing array_filter() : usage variations - 'callback' filters based on key value ***
/PHP-7.2/ext/spl/examples/
H A Ddirectoryfilterdots.inc18 * and makes it recursive. Further more it filters the entries '.' and '..'.
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am16 libmbfl_filters_la=../filters/libmbfl_filters.la
/PHP-7.2/ext/standard/
H A Dconfig.w3236 user_filters.c uuencode.c filters.c proc_open.c password.c \
/PHP-7.2/sapi/apache2handler/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
/PHP-7.2/
H A D.gitignore139 ext/mbstring/libmbfl/filters/Makefile.in

Completed in 36 milliseconds

12