open("w"); $f->write($norm); $f->close(); $fcont = file_get_contents($tmpfile); unlink($tmpfile); if ($norm === $fcont) { print "SUCCESS\n"; }