From ffd1bd6bcb0ef33c70b03b2b681d1076c6cc5495 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 11 Dec 2009 12:57:57 +0000 Subject: [PATCH] - Fix test --- tests/output/ob_get_status.phpt | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/tests/output/ob_get_status.phpt b/tests/output/ob_get_status.phpt index a6a3498ca3..1e719f7da3 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) { - ["chunk_size"]=> + [u"name"]=> + unicode(22) "default output handler" + [u"type"]=> int(0) - ["size"]=> - int(40960) - ["block_size"]=> - int(10240) - ["type"]=> - int(1) - ["status"]=> + [u"flags"]=> + int(112) + [u"level"]=> + int(0) + [u"chunk_size"]=> + int(0) + [u"buffer_size"]=> + int(16384) + [u"buffer_used"]=> int(0) - ["name"]=> - string(22) "default output handler" - ["del"]=> - bool(true) } } - -- 2.50.1