--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) {
?>
--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
+"