summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-12-11 12:57:57 +0000
committerJani Taskinen <jani@php.net>2009-12-11 12:57:57 +0000
commitffd1bd6bcb0ef33c70b03b2b681d1076c6cc5495 (patch)
tree0e5c82fc24e1743ddc14f5f71682a959e902845c
parentb1d4cea57e040b0ba2266d7828dd8f07cf5fb677 (diff)
downloadphp-git-ffd1bd6bcb0ef33c70b03b2b681d1076c6cc5495.tar.gz
- Fix test
-rw-r--r--tests/output/ob_get_status.phpt25
1 files 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)
}
}
-