work(); ob_end_clean(); } public function testObstart() { ob_start(); $this->work(); $this->otherStart(); ob_end_flush(); $content = ob_get_contents(); ob_clean(); } }