summaryrefslogtreecommitdiff
path: root/tests/output/bug65593.phpt
blob: 9ae62a1d72716c9c960268d9ebc3d110a54f3345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #65593 (ob_start(function(){ob_start();});)
--FILE--
<?php 
echo "Test\n";

ob_start(function(){ob_start();});
?>
===DONE===
--EXPECTF--
Test

Catchable fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug65593.php on line %d