Searched refs:filters (Results 1 – 25 of 27) sorted by relevance
12
/PHP-8.3/ext/mbstring/ |
H A D | config.m4 | 95 libmbfl/filters/html_entities.c 96 libmbfl/filters/mbfilter_7bit.c 97 libmbfl/filters/mbfilter_base64.c 98 libmbfl/filters/mbfilter_cjk.c 100 libmbfl/filters/mbfilter_qprint.c 102 libmbfl/filters/mbfilter_ucs2.c 103 libmbfl/filters/mbfilter_ucs4.c 104 libmbfl/filters/mbfilter_utf16.c 105 libmbfl/filters/mbfilter_utf32.c 106 libmbfl/filters/mbfilter_utf7.c [all …]
|
H A D | config.w32 | 19 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
|
/PHP-8.3/ext/standard/tests/filters/ |
H A D | basic.phpt | 7 $filters = array("string.rot13", "string.toupper", "string.tolower"); 22 foreach ($filters as $filter) { 26 filter_test(array($filters[0], $filters[1]));
|
H A D | bug79468.phpt | 5 $filters = stream_get_filters(); 6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
|
H A D | filter_errors.inc | 7 $filters = stream_get_filters(); 8 foreach($filters as $filter) {
|
H A D | stream_filter_remove_basic.phpt | 5 $filters = stream_get_filters(); 6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
|
H A D | chunked_001.phpt | 5 $filters = stream_get_filters(); 6 if(! in_array( "dechunk", $filters )) die( "skip Chunked filter not available." );
|
H A D | stream_filter_remove_error.phpt | 5 $filters = stream_get_filters(); 6 if(! in_array( "string.rot13", $filters )) die( "skip rot13 filter not available." );
|
H A D | filter_errors_user.phpt | 66 $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.3/ext/filter/tests/ |
H A D | bug67167.02.phpt | 14 Requires php_zval_filter to not use convert_to_string for all filters.
|
H A D | 042.phpt | 2 Combination of strip & sanitize filters
|
H A D | filter_null_on_failure.phpt | 2 FILTER_NULL_ON_FAILURE will give NULL on filters
|
H A D | 033.phpt | 2 Test all filters returned by filter_list()
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug76859.phpt | 2 Bug #76859 (stream_get_line skips data if used with filters)
|
H A D | stream_multi_filters_close.phpt | 2 Check if multiple filters are closed correctly and never called again after close
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_filter_variation10.phpt | 21 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.3/ext/standard/tests/file/ |
H A D | bug27619.phpt | 2 Bug #27619 (filters not applied to pre-buffered data)
|
/PHP-8.3/ext/zlib/tests/ |
H A D | bug67724.phpt | 2 Bug #67724 (chained zlib filters silently fail with large amounts of data)
|
/PHP-8.3/tests/basic/ |
H A D | bug80384.phpt | 2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
|
/PHP-8.3/Zend/tests/ |
H A D | bug78406.phpt | 2 Bug #78406: Broken file includes with user-defined stream filters
|
/PHP-8.3/ext/standard/ |
H A D | config.w32 | 37 user_filters.c uuencode.c filters.c proc_open.c password.c \
|
H A D | config.m4 | 459 filters.c proc_open.c streamsfuncs.c http.c password.c \
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 613 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
|
H A D | gd_arginfo.h | 233 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, filters, IS_LONG, 0, "-1")
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_decode_numericentity.phpt | 129 // With the legacy conversion filters, a trailing & could be truncated by mb_decode_numericentity,
|
Completed in 23 milliseconds
12