summaryrefslogtreecommitdiff
path: root/tests/output/bug60321.phpt
blob: 4ec6990cca74f1a734933164dbbcd0daf047a3ae (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
--FILE--
<?php
$return = ob_get_status(true);
var_dump($return);
?>
--EXPECT--
array(0) {
}