handler_new 594 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) handler_new 597 main/output.c if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) { handler_new 598 main/output.c php_error_docref("ref.outcontrol", E_WARNING, "output handler '%s' conflicts with '%s'", handler_new, handler_set); handler_new 600 main/output.c php_error_docref("ref.outcontrol", E_WARNING, "output handler '%s' cannot be used twice", handler_new); handler_new 239 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);