Home
last modified time | relevance | path

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

12345678910>>...12

/php-src/ext/zlib/tests/
H A Dbug_40189.phpt2 Bug #40189 (endless loop in zlib.inflate stream filter)
/php-src/ext/standard/tests/filters/
H A Dbug35916.phpt10 function filter($in, $out, &$consumed, $closing): int
H A Dchunked_001.phpt6 if(! in_array( "dechunk", $filters )) die( "skip Chunked filter not available." );
/php-src/ext/reflection/
H A Dphp_reflection.stub.php299 public function getMethods(?int $filter = null): array {} argument
308 public function getProperties(?int $filter = null): array {} argument
314 public function getConstants(?int $filter = null): array {} argument
317 public function getReflectionConstants(?int $filter = null): array {} argument
/php-src/ext/filter/tests/
H A D025.phpt4 filter
H A D014.phpt4 filter
H A D030.phpt4 filter
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
/php-src/ext/iconv/tests/
H A Diconv_stream_filter.phpt2 iconv stream filter
/php-src/ext/sockets/
H A Dconfig.m48 AC_CHECK_HEADERS([sys/sockio.h linux/filter.h])
/php-src/ext/reflection/tests/
H A DReflectionClass_getConstants_filter.phpt2 ReflectionClass::getConstants() with $filter
H A DReflectionClass_getReflectionConstants_filter.phpt2 ReflectionClass::getReflectionConstants() with $filter
/php-src/main/streams/
H A Dstreams.c562 php_stream_filter *filter; in _php_stream_fill_read_buffer() local
582 for (filter = stream->readfilters.head; filter; filter = filter->next) { in _php_stream_fill_read_buffer()
583 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags); in _php_stream_fill_read_buffer()
1214 php_stream_filter *filter; in _php_stream_write_filtered() local
1221 for (filter = stream->writefilters.head; filter; filter = filter->next) { in _php_stream_write_filtered()
1224 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1225 filter == stream->writefilters.head ? &consumed : NULL, flags); in _php_stream_write_filtered()
/php-src/ext/phar/
H A Dtar.c1320 php_stream_filter *filter; in phar_tar_flush() local
1330filter = php_stream_filter_create("zlib.deflate", &filterparams, php_stream_is_persistent(phar->fp… in phar_tar_flush()
1333 if (!filter) { in phar_tar_flush()
1343 php_stream_filter_append(&phar->fp->writefilters, filter); in phar_tar_flush()
1345 php_stream_filter_flush(filter, 1); in phar_tar_flush()
1346 php_stream_filter_remove(filter, 1); in phar_tar_flush()
1351 php_stream_filter *filter; in phar_tar_flush() local
1353 filter = php_stream_filter_create("bzip2.compress", NULL, php_stream_is_persistent(phar->fp)); in phar_tar_flush()
1354 php_stream_filter_append(&phar->fp->writefilters, filter); in phar_tar_flush()
1356 php_stream_filter_flush(filter, 1); in phar_tar_flush()
[all …]
/php-src/ext/mbstring/tests/
H A Dhtmlent.phpt18 filter.default=unsafe_raw
/php-src/ext/ldap/
H A Dldap.stub.php649 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
652 …function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
655 …function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int …

Completed in 71 milliseconds

12345678910>>...12