handler_new       608 main/output.c  PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler_set_len TSRMLS_DC)
handler_new       611 main/output.c  		if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) {
handler_new       612 main/output.c  			php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler '%s' conflicts with '%s'", handler_new, handler_set);
handler_new       614 main/output.c  			php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler '%s' cannot be used twice", handler_new);
handler_new       245 main/php_output.h PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler_set_len TSRMLS_DC);