<?php $a = 'i am a $b'; $b = 'boy'; eval('$c = "' . $a . '";'); echo $c;
You have javascript disabled. You will not be able to edit any code.