]> granicus.if.org Git - php/commitdiff
This is apparently fixed
authorHannes Magnusson <bjori@php.net>
Mon, 6 Apr 2009 13:16:05 +0000 (13:16 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 6 Apr 2009 13:16:05 +0000 (13:16 +0000)
tests/output/ob_start_basic_unerasable_005.phpt

index 48d611c9c05543e456ec09422bc7869f28416223..6bfb7ae9073547686a6c3b59235c897330a296ba 100644 (file)
@@ -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
+"