<?php $a = "x"; $b = "${a}"; $c = "\${a}"; var_dump($b, $c);
You have javascript disabled. You will not be able to edit any code.