Home
last modified time | relevance | path

Searched refs:filter (Results 226 – 250 of 322) sorted by relevance

12345678910>>...13

/PHP-5.4/ext/standard/tests/strings/
H A Dhtmlentities14.phpt7 filter.default=unsafe_raw
/PHP-5.4/ext/zlib/tests/
H A Dbug_52944-darwin.phpt2 Bug #52944 (segfault with zlib filter and corrupted data)
H A Dbug_52944-win.phpt2 Bug #52944 (segfault with zlib filter and corrupted data)
H A Dbug_52944.phpt2 Bug #52944 (segfault with zlib filter and corrupted data)
/PHP-5.4/ext/filter/tests/
H A D049.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D050.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A Dbug52209.phpt9 if (!extension_loaded("filter") || !empty($_ENV['PWD'])) die("skip");
H A D008.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D009.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D023.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A Dbug52929.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D035.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A Dbug50158.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D036.phpt4 <?php if (!extension_loaded("filter")) print "skip"; ?>
H A D017.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
H A D031.phpt4 <?php if (!extension_loaded("filter")) die("skip"); ?>
/PHP-5.4/tests/basic/
H A D022.phpt5 filter.default=unsafe_raw
/PHP-5.4/ext/standard/tests/file/
H A Duserfilters.phpt7 function filter($in, $out, &$consumed, $closing) {
/PHP-5.4/ext/standard/tests/filters/
H A Dbug50363.phpt2 Bug #50363 (Invalid parsing in convert.quoted-printable-decode filter)
H A Dbug35916.phpt10 function filter($in, $out, &$consumed, $closing)
/PHP-5.4/ext/spl/internal/
H A Dregexiterator.inc13 * @brief Regular expression filter for iterators
18 * This filter iterator assumes that the inner iterator
41 * Constructs a regular expression filter around an iterator whose
/PHP-5.4/ext/mbstring/
H A DREADME.libmbfl2 libmbfl is a streamable multibyte character code filter and
/PHP-5.4/ext/phar/
H A Dzip.c558 php_stream_filter *filter; in phar_parse_zipfile() local
599 if (!filter) { in phar_parse_zipfile()
614 php_stream_filter_flush(filter, 1); in phar_parse_zipfile()
615 php_stream_filter_remove(filter, 1 TSRMLS_CC); in phar_parse_zipfile()
620 if (!filter) { in phar_parse_zipfile()
635 php_stream_filter_flush(filter, 1); in phar_parse_zipfile()
636 php_stream_filter_remove(filter, 1 TSRMLS_CC); in phar_parse_zipfile()
840 php_stream_filter *filter; in phar_zip_changed_apply() local
890 if (!filter) { in phar_zip_changed_apply()
923 php_stream_filter_flush(filter, 1); in phar_zip_changed_apply()
[all …]
/PHP-5.4/ext/standard/tests/streams/
H A Dbug64166.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
/PHP-5.4/sapi/apache2filter/
H A DREADME9 a chain of filters. PHP can be such a filter, so that it processes
10 your script and hands the output to the next filter (which will

Completed in 29 milliseconds

12345678910>>...13