PHP Code:
define('MODULE_SHIPPING_FREESHIPPER_TEXT_WAY''It's Free'); 
Is missing the escape on the single quote mark:
PHP Code:
define('MODULE_SHIPPING_FREESHIPPER_TEXT_WAY''It\'s Free');