bug77594.phpt 228 B

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