summaryrefslogtreecommitdiff
path: root/tests/output/ob_start_basic_unerasable_005.phpt
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2009-04-06 13:16:05 +0000
committerHannes Magnusson <bjori@php.net>2009-04-06 13:16:05 +0000
commitd800809da4686e5805446169d9e58797b22e97ce (patch)
treed14517eda55003ed97349343b58d2a1fdf54d2c8 /tests/output/ob_start_basic_unerasable_005.phpt
parente9c1d924b83b33eda621bdab4ea1a39a17a916a7 (diff)
downloadphp-git-d800809da4686e5805446169d9e58797b22e97ce.tar.gz
This is apparently fixed
Diffstat (limited to 'tests/output/ob_start_basic_unerasable_005.phpt')
-rw-r--r--tests/output/ob_start_basic_unerasable_005.phpt8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/output/ob_start_basic_unerasable_005.phpt b/tests/output/ob_start_basic_unerasable_005.phpt
index 48d611c9c0..6bfb7ae907 100644
--- a/tests/output/ob_start_basic_unerasable_005.phpt
+++ b/tests/output/ob_start_basic_unerasable_005.phpt
@@ -1,7 +1,5 @@
--TEST--
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush().
---XFAIL--
-On PHP5, ob_flush() DOES clear the buffer. See bug: 46897
--FILE--
<?php
function callback($string) {
@@ -19,9 +17,9 @@ var_dump(ob_get_contents());
?>
--EXPECTF--
[callback:1]Attempt to flush unerasable buffer - should fail...
-Notice: ob_flush(): failed to flush buffer callback in %s on line 11
+Notice: ob_flush(): failed to flush buffer callback. in %s on line 11
bool(false)
string(%d) "Attempt to flush unerasable buffer - should fail...
-Notice: ob_flush(): failed to flush buffer callback in %s on line 11
+Notice: ob_flush(): failed to flush buffer callback. in %s on line 11
bool(false)
-" \ No newline at end of file
+"