", "#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L"); $replace = array("", "#if 1"); $contents = str_replace($search, $replace, $contents); $res = file_put_contents($filename, $contents); if ($res === FALSE) exit(1);