conflict          547 main/output.c  	php_output_handler_conflict_check_t conflict;
conflict          552 main/output.c  	if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) {
conflict          553 main/output.c  		if (SUCCESS != conflict(ZSTR_VAL(handler->name), ZSTR_LEN(handler->name))) {
conflict          558 main/output.c  		ZEND_HASH_FOREACH_PTR(rconflicts, conflict) {
conflict          559 main/output.c  			if (SUCCESS != conflict(ZSTR_VAL(handler->name), ZSTR_LEN(handler->name))) {