1--TEST-- 2Bug #77594 (ob_tidyhandler is never reset) 3--DESCRIPTION-- 4Test is useful only with --repeat 2 (or more) 5--EXTENSIONS-- 6tidy 7--FILE-- 8<?php 9ob_start('ob_tidyhandler'); 10var_dump(ob_end_clean()); 11?> 12--EXPECT-- 13bool(true) 14