14 lines
228 B
PHP
14 lines
228 B
PHP
--TEST--
|
|
Bug #77594 (ob_tidyhandler is never reset)
|
|
--DESCRIPTION--
|
|
Test is useful only with --repeat 2 (or more)
|
|
--EXTENSIONS--
|
|
tidy
|
|
--FILE--
|
|
<?php
|
|
ob_start('ob_tidyhandler');
|
|
var_dump(ob_end_clean());
|
|
?>
|
|
--EXPECT--
|
|
bool(true)
|