_php_stream_filter_append  129 main/streams/php_stream_filter_api.h PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
_php_stream_filter_append  139 main/streams/php_stream_filter_api.h #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter))