Hello, World! in PHP

Example for versions PHP 5.2.4, PHP 5.3.2
<?php
echo "Hello, World!\n";
?>