Lines Matching refs:InterpolatedString
8 use PhpParser\Node\Scalar\InterpolatedString; alias
130 [new InterpolatedString([new InterpolatedStringPart('')], $heredoc), "<<<STR\nSTR"],
136 … [new InterpolatedString([new InterpolatedStringPart('foo')], $heredoc), "<<<STR\nfoo\nSTR"],
137 …[new InterpolatedString([new InterpolatedStringPart('foo'), new Expr\Variable('y')], $heredoc), "<…
138 …[new InterpolatedString([new Expr\Variable('y'), new InterpolatedStringPart("STR\n")], $heredoc), …
140 …[new InterpolatedString([new Expr\Variable('y'), new InterpolatedStringPart("\nSTR")], $heredoc), …
141 …[new InterpolatedString([new InterpolatedStringPart("STR\n"), new Expr\Variable('y')], $heredoc), …
142 [new InterpolatedString([new InterpolatedStringPart("STR")], $heredoc), '"STR"'],
143 …[new InterpolatedString([new InterpolatedStringPart("\nSTR"), new Expr\Variable('y')], $heredoc), …
144 …[new InterpolatedString([new InterpolatedStringPart("STR\x80"), new Expr\Variable('y')], $heredoc)…
286 new Stmt\Expression(new InterpolatedString([new InterpolatedStringPart('Test 3')], [