Ze werken niet bij een constant tussen twee tekens ''', maar wel tussen twee tekens '"'!
'
"
$
$xxx
yyy
$yyy
zzzzzzz
echo $$xxx;
yyyyyyy
echo 'zzzzzzz$xxx';
zzzzzzz$xxx
echo "zzzzzzz$xxx";
zzzzzzzyyyyyyy
echo "zzzzzzz$xxxzzzzzzz";
zzzzzzz$xxxzzzzzzz
echo "zzzzzzz($xxx)zzzzzzz";
zzzzzzzyyyyyyyzzzzzzz
@
echo $xxx;
echo @$xxx;