Continued:
[core.git] / contrib / lfdb2 / write.php
index 25941cdd1c2106929737b175b6a4ad6df115757a..2b25a6a69aca426be843a4d6ffc77fc92ec78e52 100644 (file)
@@ -64,6 +64,3 @@ print 'Encoded ' . strlen($str) . ' bytes into ' . strlen($encoded) . ' bytes ..
 file_put_contents('test.data.bin' . ($__factor * 2), $encoded);
 
 print 'File size is: ' . filesize('test.data.bin' . ($__factor * 2)) . ' bytes.' . PHP_EOL;
-
-// [EOF]
-?>