For information, a way is to perform a :
Code: Select all
ob_end_clean();
For example :
Code: Select all
ob_end_clean();
ob_start();
// stuff here
ob_end_flush();
Code: Select all
ob_end_clean();
Code: Select all
ob_end_clean();
ob_start();
// stuff here
ob_end_flush();