Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/mbstring/
H A Dconfig.m495 libmbfl/filters/html_entities.c
96 libmbfl/filters/mbfilter_7bit.c
98 libmbfl/filters/mbfilter_big5.c
111 libmbfl/filters/mbfilter_hz.c
116 libmbfl/filters/mbfilter_jis.c
119 libmbfl/filters/mbfilter_sjis.c
124 libmbfl/filters/mbfilter_ucs2.c
125 libmbfl/filters/mbfilter_ucs4.c
126 libmbfl/filters/mbfilter_uhc.c
129 libmbfl/filters/mbfilter_utf7.c
[all …]
H A Dconfig.w3219 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
/PHP-8.1/ext/standard/tests/filters/
H A Dbasic.phpt7 $filters = array("string.rot13", "string.toupper", "string.tolower");
22 foreach ($filters as $filter) {
26 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 Dstream_filter_remove_basic.phpt5 $filters = stream_get_filters();
6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
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_error.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");
/PHP-8.1/ext/filter/tests/
H A Dbug67167.02.phpt14 Requires php_zval_filter to not use convert_to_string for all filters.
H A D042.phpt2 Combination of strip & sanitize filters
H A Dfilter_null_on_failure.phpt2 FILTER_NULL_ON_FAILURE will give NULL on filters
H A D033.phpt2 Test all filters returned by filter_list()
/PHP-8.1/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-8.1/ext/standard/tests/array/
H A Darray_filter_variation10.phpt21 echo "*** Testing array_filter() : usage variations - 'callback' filters based on key value ***\n";
66 *** Testing array_filter() : usage variations - 'callback' filters based on key value ***
/PHP-8.1/ext/standard/tests/file/
H A Dbug27619.phpt2 Bug #27619 (filters not applied to pre-buffered data)
/PHP-8.1/ext/zlib/tests/
H A Dbug67724.phpt2 Bug #67724 (chained zlib filters silently fail with large amounts of data)
/PHP-8.1/tests/basic/
H A Dbug80384.phpt2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
/PHP-8.1/Zend/tests/
H A Dbug78406.phpt2 Bug #78406: Broken file includes with user-defined stream filters
/PHP-8.1/ext/standard/
H A Dconfig.w3237 user_filters.c uuencode.c filters.c proc_open.c password.c \
H A Dconfig.m4471 filters.c proc_open.c streamsfuncs.c http.c password.c \
/PHP-8.1/ext/gd/
H A Dgd.stub.php150 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
H A Dgd_arginfo.h234 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, filters, IS_LONG, 0, "-1")
H A Dgd.c3516 image_filter filters[] = in PHP_FUNCTION() local
3540 filters[filtertype](INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()

Completed in 67 milliseconds

12