Cast Away

<?php
     $away = "Tom Hanks";
     echo (string)$away;
?>
Vote up this code5