Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_output.h230 PHPAPI int php_output_handler_started(const char *name, size_t name_len);
H A Doutput.c578 PHPAPI int php_output_handler_started(const char *name, size_t name_len) in php_output_handler_started() function
601 if (php_output_handler_started(handler_set, handler_set_len)) { in php_output_handler_conflict()
/PHP-8.1/docs/
H A Doutput-api.md31 php_output_handler_started(handler_name, handler_name_len);
/PHP-8.1/ext/zlib/
H A Dzlib.c1301 if (!php_output_handler_started(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME))) { in ZEND_GET_MODULE()
/PHP-8.1/ext/tidy/
H A Dtidy.c909 if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler"))) { in PHP_INI_MH()

Completed in 24 milliseconds