<?php $file = 'file.php';$repaired = tidy_repair_file($file);rename($file, $file . '.bak');file_put_contents($file, $repaired);?>