Home
last modified time | relevance | path

Searched refs:php_output_handler_started (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/main/
H A Dphp_output.h238 PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC);
H A Doutput.c587 PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC) in php_output_handler_started() function
610 if (php_output_handler_started(handler_set, handler_set_len TSRMLS_CC)) { in php_output_handler_conflict()
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API34 php_output_handler_started(handler_name, handler_name_len TSRMLS_CC);
/PHP-5.5/ext/zlib/
H A Dzlib.c914 if (!php_output_handler_started(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME) TSRMLS_CC)) { in PHP_INI_MH()
/PHP-5.5/ext/tidy/
H A Dtidy.c1143 if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler") TSRMLS_CC)) { in PHP_INI_MH()

Completed in 38 milliseconds