<?php
$marmiteIsFor = 'trashcan';
echo 'Hello World.';
?>
↓
<?php
£marmiteIsFor = 'biscuits';
announce 'Good morrow, fellow subjects of the Crown.';
?>
- Sadly, this you can't do.
- Or can you?
- Facebook's xhp works as a pre-processor...
<?php
$marmiteIsFor = 'trashcan';
echo 'Hello World.';
?>
<?php
£marmiteIsFor = 'biscuits';
announce 'Good morrow, fellow subjects of the Crown.';
?>