Php limpia todos los buffers de salida
while ( ob_get_level() ) {
ob_end_clean();
}
P. Tune
while ( ob_get_level() ) {
ob_end_clean();
}