diff options
Diffstat (limited to 'tests/output')
| -rw-r--r-- | tests/output/ob_011.phpt | 3 | ||||
| -rw-r--r-- | tests/output/ob_start_basic_unerasable_005.phpt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/output/ob_011.phpt b/tests/output/ob_011.phpt index 996ed3925..a90fd56f8 100644 --- a/tests/output/ob_011.phpt +++ b/tests/output/ob_011.phpt @@ -1,8 +1,7 @@ --TEST-- output buffering - fatalism --XFAIL-- -This test will fail until the fix in version 1.178 of ext/main/output.c -is backported from php 6 +This test will fail until the fix in revision r214155 is backported from php 6 --FILE-- <?php function obh($s) diff --git a/tests/output/ob_start_basic_unerasable_005.phpt b/tests/output/ob_start_basic_unerasable_005.phpt index 6bfb7ae90..7be71e5aa 100644 --- a/tests/output/ob_start_basic_unerasable_005.phpt +++ b/tests/output/ob_start_basic_unerasable_005.phpt @@ -1,5 +1,5 @@ --TEST-- -ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush(). +ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() --FILE-- <?php function callback($string) { |
