All existing output buffers are closed before dumping the file contents. Calling ob_flush again will not have an effect on the buffers, but trigger a warning instead: Notice: ob_flush(): failed to flush buffer. No buffer to flush
With exceptionErrors enabled, this will break the eID dumpfile function.
All existing output buffers are closed before dumping the file contents. Calling
ob_flush
again will not have an effect on the buffers, but trigger a warning instead:Notice: ob_flush(): failed to flush buffer. No buffer to flush
With exceptionErrors enabled, this will break the eID dumpfile function.