diff options
author | Michael Wallner <mike@php.net> | 2012-11-28 10:19:44 +0100 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2012-11-28 10:19:44 +0100 |
commit | 575790e8427ea09cb76aed16ff776461367f2a3b (patch) | |
tree | f22f4075c8a34b70e87938d1bcc42d769866ef2f /tests | |
parent | d88017e992d03dc6909b1a1c120668b90f52ae39 (diff) | |
download | php-git-575790e8427ea09cb76aed16ff776461367f2a3b.tar.gz |
fix bug #61272 ob_start callback get passed empty string
Diffstat (limited to 'tests')
-rw-r--r-- | tests/output/ob_017.phpt | 4 |
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 ) |