Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_output.h243 PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char …
H A Doutput.c608 PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char … in php_output_handler_conflict() argument
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()
614 …ef("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler '%s' cannot be used twice", handler_new); in php_output_handler_conflict()

Completed in 22 milliseconds