<?php
$marmiteIsFor = 'trashcan';
echo 'Hello World.';
?>
↓

<?php
£marmiteIsFor = 'biscuits';
announce 'Good morrow, fellow subjects of the Crown.';
?>