summaryrefslogtreecommitdiff
path: root/tests/output
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2012-11-28 10:19:44 +0100
committerMichael Wallner <mike@php.net>2012-11-28 10:19:44 +0100
commit575790e8427ea09cb76aed16ff776461367f2a3b (patch)
treef22f4075c8a34b70e87938d1bcc42d769866ef2f /tests/output
parentd88017e992d03dc6909b1a1c120668b90f52ae39 (diff)
downloadphp-git-575790e8427ea09cb76aed16ff776461367f2a3b.tar.gz
fix bug #61272 ob_start callback get passed empty string
Diffstat (limited to 'tests/output')
-rw-r--r--tests/output/ob_017.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/output/ob_017.phpt b/tests/output/ob_017.phpt
index 070df603fc..517fafe991 100644
--- a/tests/output/ob_017.phpt
+++ b/tests/output/ob_017.phpt
@@ -27,8 +27,8 @@ Array
[0] => 1: yes
[1] => 4: !
- [2] => 2:
+ [2] => 2: no
[3] => 0: yes!
- [4] => 10:
+ [4] => 10: no
)