--TEST-- Test ob_flush() function : basic functionality --FILE-- --EXPECTF-- *** Testing ob_flush() : basic functionality *** -- Testing ob_flush() function with Zero arguments -- Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12 bool(false) This should get flushed. bool(true) Ensure the buffer is still active after the flush. bool(true) Done