diff options
Diffstat (limited to 'tests/output/ob_get_status.phpt')
-rw-r--r-- | tests/output/ob_get_status.phpt | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/tests/output/ob_get_status.phpt b/tests/output/ob_get_status.phpt index a6a3498..9580729 100644 --- a/tests/output/ob_get_status.phpt +++ b/tests/output/ob_get_status.phpt @@ -15,20 +15,19 @@ var_dump($status); array(1) { [0]=> array(7) { + ["name"]=> + string(22) "default output handler" + ["type"]=> + int(0) + ["flags"]=> + int(112) + ["level"]=> + int(0) ["chunk_size"]=> int(0) - ["size"]=> - int(40960) - ["block_size"]=> - int(10240) - ["type"]=> - int(1) - ["status"]=> + ["buffer_size"]=> + int(16384) + ["buffer_used"]=> int(0) - ["name"]=> - string(22) "default output handler" - ["del"]=> - bool(true) } } - |