To reproduce: ```php $foo = @r('works'); $bar = @r('oh no'); echo $bar; ``` Interestingly if you echo $foo out first, both render ok...