Skip to content

Instantly share code, notes, and snippets.

@derekjones
Created July 5, 2012 15:57
Show Gist options
  • Save derekjones/3054515 to your computer and use it in GitHub Desktop.
Save derekjones/3054515 to your computer and use it in GitHub Desktop.
silly
<?php
$foo = 'ox';
$bar = 'fox';
$ox = 'rocks';
$fox = 'socks';
echo "I have {$$foo} in my {$$bar} said the {$foo} to the {$bar}!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment