--- a/spyc/php4/5to4.php +++ b/spyc/php4/5to4.php @@ -1,1 +1,16 @@ +', $code); + $f = fopen ($dest, 'w'); + fwrite($f, $code); + fclose ($f); + print "Written to $dest.\n"; +}