Home
last modified time | relevance | path

Searched refs:_php_stream_filter_append (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/main/streams/
H A Dphp_stream_filter_api.h125 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter);
135 #define php_stream_filter_append(chain, filter) _php_stream_filter_append((chain), (filter))
H A Dfilter.c385 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter) in _php_stream_filter_append() function

Completed in 9 milliseconds