Searched defs:standard_filters (Results 1 - 2 of 2) sorted by relevance

/PHP_5_4/ext/standard/
H A Dfilters.c2106 } standard_filters[] = { variable in typeref:struct:__anon229
2119 PHP_MINIT_FUNCTION(standard_filters)
2123 for (i = 0; standard_filters[i].ops; i++) {
2125 standard_filters[i].ops->label,
2126 standard_filters[i].factory
2134 PHP_MSHUTDOWN_FUNCTION(standard_filters)
2138 for (i = 0; standard_filters[i].ops; i++) {
2139 php_stream_filter_unregister_factory(standard_filters[i].ops->label TSRMLS_CC);
H A Dphp_standard.h63 PHP_MINIT_FUNCTION(standard_filters); variable
64 PHP_MSHUTDOWN_FUNCTION(standard_filters); variable

Completed in 6 milliseconds