Home
last modified time | relevance | path

Searched refs:filter (Results 251 – 275 of 333) sorted by relevance

1...<<11121314

/PHP-8.2/ext/standard/tests/streams/
H A Dbug64166_3.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - writes
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads
/PHP-8.2/ext/sockets/tests/
H A Dsocket_set_option_acf.phpt33 Warning: socket_set_option(): Invalid filter argument type in %s on line %d
/PHP-8.2/ext/filter/
H A Dfilter_arginfo.h12 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, filter, IS_LONG, 0, "FILTER_DEFAULT")
18 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, filter, IS_LONG, 0, "FILTER_DEFAULT")
/PHP-8.2/ext/phar/
H A Dzip.c599 php_stream_filter *filter; in phar_parse_zipfile() local
624 if (!filter) { in phar_parse_zipfile()
650 php_stream_filter_flush(filter, 1); in phar_parse_zipfile()
651 php_stream_filter_remove(filter, 1); in phar_parse_zipfile()
656 if (!filter) { in phar_parse_zipfile()
682 php_stream_filter_flush(filter, 1); in phar_parse_zipfile()
683 php_stream_filter_remove(filter, 1); in phar_parse_zipfile()
909 php_stream_filter *filter; in phar_zip_changed_apply_int() local
957 if (!filter) { in phar_zip_changed_apply_int()
990 php_stream_filter_flush(filter, 1); in phar_zip_changed_apply_int()
[all …]
H A Dphar.c1666 php_stream_filter *filter; in phar_open_from_fp() local
1689 if (!filter) { in phar_open_from_fp()
1695 if (!filter) { in phar_open_from_fp()
1729 php_stream_filter *filter; in phar_open_from_fp() local
1744 if (!filter) { in phar_open_from_fp()
2557 php_stream_filter *filter; in phar_flush() local
2816 if (!filter) { in phar_flush()
2875 php_stream_filter_flush(filter, 1); in phar_flush()
2877 php_stream_filter_remove(filter, 1); in phar_flush()
3218 if (!filter) { in phar_flush()
[all …]
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php328 public function getMethods(?int $filter = null): array {} argument
337 public function getProperties(?int $filter = null): array {} argument
343 public function getConstants(?int $filter = null): array {} argument
346 public function getReflectionConstants(?int $filter = null): array {} argument
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt149 Parameter #0 [ <optional> ?int $filter = null ]
173 Parameter #0 [ <optional> ?int $filter = null ]
189 Parameter #0 [ <optional> ?int $filter = null ]
197 Parameter #0 [ <optional> ?int $filter = null ]
/PHP-8.2/ext/filter/tests/
H A D038.phpt4 filter
H A Dsurprising_integer_literals.phpt4 filter
H A D011.phpt6 filter
H A D027.phpt4 filter
H A Dbug49510.phpt4 filter
H A D016.phpt4 filter
H A D021.phpt4 filter
H A D025.phpt4 filter
H A Dghsa-w8qr-v226-r27w.phpt4 filter
H A D014.phpt4 filter
H A D030.phpt4 filter
/PHP-8.2/Zend/tests/
H A Dbug21478.phpt6 function filter($in, $out, &$consumed, $closing): int {
/PHP-8.2/ext/ldap/tests/
H A Dldap_search_variation1.phpt21 $filter = "(dc=*)";
/PHP-8.2/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-8.2/ext/zlib/tests/
H A Dbug_40189.phpt2 Bug #40189 (endless loop in zlib.inflate stream filter)
/PHP-8.2/ext/iconv/tests/
H A Diconv_stream_filter.phpt2 iconv stream filter

Completed in 54 milliseconds

1...<<11121314