php-ref icon indicating copy to clipboard operation
php-ref copied to clipboard

Initial @ breaks output of following @s (repro inside)

Open alystair opened this issue 6 years ago • 0 comments

To reproduce:

$foo = @r('works');
$bar = @r('oh no');

echo $bar;

Interestingly if you echo $foo out first, both render ok...

alystair avatar Apr 27 '20 01:04 alystair