<?php // https://bugs.php.net/bug.php?id=71927 define('great','my'); $great='fantastic'; $my='my value'; echo "This is ", ${great }, "\n"; echo "This is ", ${ great}, "\n"; echo "This is ", ${ great }, "\n"; echo "This is ", ${great}, "\n";
You have javascript disabled. You will not be able to edit any code.