php-ref
php-ref copied to clipboard
Initial @ breaks output of following @s (repro inside)
To reproduce:
$foo = @r('works');
$bar = @r('oh no');
echo $bar;
Interestingly if you echo $foo out first, both render ok...