Home
last modified time | relevance | path

Searched refs:handler_set (Results 1 – 2 of 2) sorted by relevance

/php-src/main/
H A Dphp_output.h235 …_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler…
H A Doutput.c578 …_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler… in php_output_handler_conflict() argument
580 if (php_output_handler_started(handler_set, handler_set_len)) { in php_output_handler_conflict()
581 if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) { in php_output_handler_conflict()
582 …("ref.outcontrol", E_WARNING, "Output handler '%s' conflicts with '%s'", handler_new, handler_set); in php_output_handler_conflict()

Completed in 19 milliseconds