Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_output.h243 …_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler…
H A Doutput.c608 …_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler… in php_output_handler_conflict() argument
610 if (php_output_handler_started(handler_set, handler_set_len TSRMLS_CC)) { in php_output_handler_conflict()
611 if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) { in php_output_handler_conflict()
612 …ontrol" TSRMLS_CC, E_WARNING, "output handler '%s' conflicts with '%s'", handler_new, handler_set); in php_output_handler_conflict()

Completed in 26 milliseconds