Searched refs:handler_new (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/main/ |
H A D | php_output.h | 235 PHPAPI bool php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char…
|
H A D | output.c | 582 PHPAPI bool php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char… in php_output_handler_conflict() argument 585 if (handler_new_len != handler_set_len || memcmp(handler_new, handler_set, handler_set_len)) { in php_output_handler_conflict() 586 …("ref.outcontrol", E_WARNING, "Output handler '%s' conflicts with '%s'", handler_new, handler_set); in php_output_handler_conflict() 588 …error_docref("ref.outcontrol", E_WARNING, "Output handler '%s' cannot be used twice", handler_new); in php_output_handler_conflict()
|
Completed in 9 milliseconds