Created
May 16, 2016 15:19
-
-
Save globalideias/3de46c38c976ce413a2fdc14f695bd93 to your computer and use it in GitHub Desktop.
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 | |
$a = "aa"; | |
$b = "bb"; | |
$c = "cc"; | |
$d = "dd"; | |
$e = "ee"; | |
$get = 'a'; | |
eval('$aux=$' . $get.';'); | |
echo $aux; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Com numeros teria que ser dessa forma.