Home
last modified time | relevance | path

Searched refs:filter (Results 276 – 300 of 333) sorted by relevance

1...<<11121314

/PHP-8.2/ext/filter/tests/
H A D061.phpt4 filter
H A D055.phpt4 filter
H A D046.phpt4 filter
H A D018.phpt4 filter
H A Dbug47435.phpt4 filter
H A Dfilter_ipv4_rfc6890.phpt4 filter
H A D056.phpt4 filter
H A Dfilter_data.phpt4 filter
H A D026.phpt4 filter
H A D033.phpt4 filter
H A D058.phpt4 filter
H A D013.phpt4 filter
H A D029.phpt4 filter
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getConstants_filter.phpt2 ReflectionClass::getConstants() with $filter
H A DReflectionClass_getReflectionConstants_filter.phpt2 ReflectionClass::getReflectionConstants() with $filter
/PHP-8.2/main/streams/
H A Dstreams.c559 php_stream_filter *filter; in _php_stream_fill_read_buffer() local
578 for (filter = stream->readfilters.head; filter; filter = filter->next) { in _php_stream_fill_read_buffer()
579 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags); in _php_stream_fill_read_buffer()
1186 php_stream_filter *filter; in _php_stream_write_filtered() local
1193 for (filter = stream->writefilters.head; filter; filter = filter->next) { in _php_stream_write_filtered()
1196 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1197 filter == stream->writefilters.head ? &consumed : NULL, flags); in _php_stream_write_filtered()
/PHP-8.2/ext/phar/
H A Dtar.c1327 php_stream_filter *filter; in phar_tar_flush() local
1337filter = php_stream_filter_create("zlib.deflate", &filterparams, php_stream_is_persistent(phar->fp… in phar_tar_flush()
1340 if (!filter) { in phar_tar_flush()
1350 php_stream_filter_append(&phar->fp->writefilters, filter); in phar_tar_flush()
1352 php_stream_filter_flush(filter, 1); in phar_tar_flush()
1353 php_stream_filter_remove(filter, 1); in phar_tar_flush()
1358 php_stream_filter *filter; in phar_tar_flush() local
1360 filter = php_stream_filter_create("bzip2.compress", NULL, php_stream_is_persistent(phar->fp)); in phar_tar_flush()
1361 php_stream_filter_append(&phar->fp->writefilters, filter); in phar_tar_flush()
1363 php_stream_filter_flush(filter, 1); in phar_tar_flush()
[all …]
/PHP-8.2/ext/mbstring/tests/
H A Dhtmlent.phpt18 filter.default=unsafe_raw
/PHP-8.2/.github/
H A Dlabeler.yml50 "Extension: filter":
51 - ext/filter/**/*
260 - 'ext/filter/php_filter.h'
/PHP-8.2/ext/ldap/
H A Dldap.stub.php632 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
635 …function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
638 …function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int …
/PHP-8.2/ext/pdo/tests/
H A Dpdo_022.phpt17 * TODO: filter out driver dependent components from this common core
/PHP-8.2/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt36 * Alternative way is to set log_level=debug and filter result of
/PHP-8.2/Zend/tests/attributes/
H A D006_filter.phpt110 …ctionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attribute filter flag"
/PHP-8.2/ext/standard/tests/url/
H A Dparse_url_basic_008.phpt107 --> /rest/Users?filter={"id":"123"} : string(19) "filter={"id":"123"}"
/PHP-8.2/ext/iconv/
H A Diconv.c2346 php_stream *stream, php_stream_filter *filter, in php_iconv_stream_filter_append_bucket() argument
2522 php_stream *stream, php_stream_filter *filter, in php_iconv_stream_filter_do_filter() argument
2529 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter()
2536 if (php_iconv_stream_filter_append_bucket(self, stream, filter, in php_iconv_stream_filter_do_filter()
2546 if (php_iconv_stream_filter_append_bucket(self, stream, filter, in php_iconv_stream_filter_do_filter()
2568 static void php_iconv_stream_filter_cleanup(php_stream_filter *filter) in php_iconv_stream_filter_cleanup() argument
2570 php_iconv_stream_filter_dtor((php_iconv_stream_filter *)Z_PTR(filter->abstract)); in php_iconv_stream_filter_cleanup()
2571 pefree(Z_PTR(filter->abstract), ((php_iconv_stream_filter *)Z_PTR(filter->abstract))->persistent); in php_iconv_stream_filter_cleanup()

Completed in 86 milliseconds

1...<<11121314