Home
last modified time | relevance | path

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

12

/php-src/ext/mbstring/
H A Dconfig.m467 libmbfl/filters/html_entities.c
68 libmbfl/filters/mbfilter_7bit.c
69 libmbfl/filters/mbfilter_base64.c
70 libmbfl/filters/mbfilter_cjk.c
72 libmbfl/filters/mbfilter_qprint.c
74 libmbfl/filters/mbfilter_ucs2.c
75 libmbfl/filters/mbfilter_ucs4.c
76 libmbfl/filters/mbfilter_utf16.c
77 libmbfl/filters/mbfilter_utf32.c
78 libmbfl/filters/mbfilter_utf7.c
[all …]
H A Dconfig.w3222 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
/php-src/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-src/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-src/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-src/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-src/ext/standard/tests/file/
H A Dbug27619.phpt2 Bug #27619 (filters not applied to pre-buffered data)
/php-src/ext/zlib/tests/
H A Dbug67724.phpt2 Bug #67724 (chained zlib filters silently fail with large amounts of data)
/php-src/tests/basic/
H A Dbug80384.phpt2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
/php-src/Zend/tests/
H A Dbug78406.phpt2 Bug #78406: Broken file includes with user-defined stream filters
/php-src/ext/standard/
H A Dconfig.w3237 user_filters.c uuencode.c filters.c proc_open.c password.c \
H A Dconfig.m4407 filters.c
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt48 // With the legacy conversion filters, a trailing & could be truncated by mb_decode_numericentity,
/php-src/ext/gd/
H A Dgd.stub.php613 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
H A Dgd_arginfo.h231 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, filters, IS_LONG, 0, "-1")

Completed in 21 milliseconds

12