--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 %d bool(false) This should get flushed. bool(true) Ensure the buffer is still active after the flush. bool(true) Done