Input: ``` <?php function foo() { $test = 123; yield "bar {$test}" => 123; } ``` Output: ``` Parse Error : syntax error, unexpected '"', expecting ';' on line 5 ``` I didn't test it with just the parser yet; the original bug report is https://github.com/prettier/plugin-php/issues/1390.