Searched refs:filters (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.2/ext/mbstring/ |
H A D | config.m4 | 231 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 D | config.w32 | 39 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
|
/PHP-7.2/ext/standard/tests/filters/ |
H A D | basic.phpt | 8 $filters = array("string.rot13", "string.toupper", "string.tolower"); 23 foreach ($filters as $filter) { 27 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 | 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_basic.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");
|
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." );
|
/PHP-7.2/ext/mbstring/libmbfl/ |
H A D | Makefile.am | 6 SUBDIRS = nls filters mbfl tests
|
H A D | configure.ac | 42 filters/Makefile
|
/PHP-7.2/ext/filter/tests/ |
H A D | bug67167.02.phpt | 13 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 | 033.phpt | 2 Test all filters returned by filter_list()
|
/PHP-7.2/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-7.2/ext/standard/tests/file/ |
H A D | bug27619.phpt | 2 Bug #27619 (filters not applied to pre-buffered data)
|
/PHP-7.2/ext/zlib/tests/ |
H A D | bug67724.phpt | 2 Bug #67724 (chained zlib filters silently fail with large amounts of data)
|
/PHP-7.2/ext/filter/docs/ |
H A D | filter.txt | 8 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 D | array_filter_variation10.phpt | 26 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 D | directoryfilterdots.inc | 18 * and makes it recursive. Further more it filters the entries '.' and '..'.
|
/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | Makefile.am | 16 libmbfl_filters_la=../filters/libmbfl_filters.la
|
/PHP-7.2/ext/standard/ |
H A D | config.w32 | 36 user_filters.c uuencode.c filters.c proc_open.c password.c \
|
/PHP-7.2/sapi/apache2handler/ |
H A D | README | 9 a chain of filters. PHP can be such a filter, so that it processes
|
/PHP-7.2/ |
H A D | .gitignore | 139 ext/mbstring/libmbfl/filters/Makefile.in
|
Completed in 36 milliseconds
12