Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_output.h237 PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char …
H A Doutput.c591 PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char … in php_output_handler_conflict() function
/PHP-7.4/ext/zlib/
H A Dzlib.c90 …if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_… in php_zlib_output_conflict_check()
91 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_gzhandler")) in php_zlib_output_conflict_check()
92 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler")) in php_zlib_output_conflict_check()
93 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("URL-Rewriter"))) { in php_zlib_output_conflict_check()
/PHP-7.4/docs/
H A Doutput-api.md79php_output_handler_conflict(new_handler_name, new_handler_name_len, set_handler_name, set_handler_…
/PHP-7.4/ext/iconv/
H A Diconv.c366 if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_iconv_handler")) in php_iconv_output_conflict()
367 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))) { in php_iconv_output_conflict()

Completed in 20 milliseconds