Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_output.h239 PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char …
H A Doutput.c594 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.2/ext/zlib/
H A Dzlib.c92 …if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_… in php_zlib_output_conflict_check()
93 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_gzhandler")) in php_zlib_output_conflict_check()
94 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler")) in php_zlib_output_conflict_check()
95 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("URL-Rewriter"))) { in php_zlib_output_conflict_check()
/PHP-7.2/
H A DREADME.NEW-OUTPUT-API82php_output_handler_conflict(new_handler_name, new_handler_name_len, set_handler_name, set_handler_…
/PHP-7.2/ext/iconv/
H A Diconv.c383 if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_iconv_handler")) in php_iconv_output_conflict()
384 || php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))) { in php_iconv_output_conflict()

Completed in 24 milliseconds