Created
February 25, 2015 07:12
-
-
Save antonmedv/5731f7af534d289c9878 to your computer and use it in GitHub Desktop.
We need to go deeper.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$dream = 'Unicorn'; | |
${'3 level'} = 'dream'; | |
${'2 level'} = '3 level'; | |
${'1 level'} = '2 level'; | |
$DiCaprio = '1 level'; | |
echo $$$$$DiCaprio; | |
// http://3v4l.org/RiB8b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://3v4l.org/n0aKX