/PHP-Parser/test/code/parser/scalar/ |
H A D | flexibleDocString.test | 169 0: InterpolatedStringPart( 177 2: InterpolatedStringPart( 203 0: InterpolatedStringPart( 215 2: InterpolatedStringPart( 232 1: InterpolatedStringPart( 244 1: InterpolatedStringPart( 256 1: InterpolatedStringPart( 268 1: InterpolatedStringPart( 283 1: InterpolatedStringPart( 289 3: InterpolatedStringPart( [all …]
|
H A D | encapsedString.test | 226 0: InterpolatedStringPart( 232 2: InterpolatedStringPart( 241 0: InterpolatedStringPart( 247 2: InterpolatedStringPart( 256 0: InterpolatedStringPart( 268 0: InterpolatedStringPart( 274 2: InterpolatedStringPart( 288 1: InterpolatedStringPart( 297 0: InterpolatedStringPart( 314 0: InterpolatedStringPart( [all …]
|
H A D | unicodeEscape.test | 18 0: InterpolatedStringPart( 30 0: InterpolatedStringPart( 57 0: InterpolatedStringPart( 69 0: InterpolatedStringPart(
|
H A D | docString.test | 67 0: InterpolatedStringPart( 82 0: InterpolatedStringPart( 88 2: InterpolatedStringPart( 99 4: InterpolatedStringPart( 116 1: InterpolatedStringPart(
|
H A D | docStringNewlines.test | 40 1: InterpolatedStringPart( 70 1: InterpolatedStringPart(
|
H A D | flexibleDocStringErrors.test | 83 0: InterpolatedStringPart( 106 0: InterpolatedStringPart(
|
/PHP-Parser/test/code/parser/expr/ |
H A D | shellExec.test | 20 0: InterpolatedStringPart( 29 0: InterpolatedStringPart( 41 0: InterpolatedStringPart( 50 0: InterpolatedStringPart(
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | ShellExec.php | 6 use PhpParser\Node\InterpolatedStringPart; alias 9 /** @var (Expr|InterpolatedStringPart)[] Interpolated string array */ 15 * @param (Expr|InterpolatedStringPart)[] $parts Interpolated string array
|
/PHP-Parser/lib/PhpParser/Node/Scalar/ |
H A D | InterpolatedString.php | 6 use PhpParser\Node\InterpolatedStringPart; alias 10 /** @var (Expr|InterpolatedStringPart)[] list of string parts */ 16 * @param (Expr|InterpolatedStringPart)[] $parts Interpolated string parts
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | InterpolatedStringPart.php | 7 class InterpolatedStringPart extends NodeAbstract { class 32 class_alias(InterpolatedStringPart::class, Scalar\EncapsedStringPart::class);
|
/PHP-Parser/test/PhpParser/ |
H A D | PrettyPrinterTest.php | 9 use PhpParser\Node\InterpolatedStringPart; 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)… [all …]
|
H A D | CompatibilityTest.php | 6 use PhpParser\Node\InterpolatedStringPart; alias 28 $part = new InterpolatedStringPart('foo'); 57 $this->assertTrue($part instanceof Node\InterpolatedStringPart);
|
/PHP-Parser/test/code/parser/ |
H A D | formattingAttributes.test | 124 0: InterpolatedStringPart( 139 0: InterpolatedStringPart( 150 0: InterpolatedStringPart( 211 0: InterpolatedStringPart( 219 2: InterpolatedStringPart( 232 0: InterpolatedStringPart( 240 2: InterpolatedStringPart(
|
/PHP-Parser/test/code/parser/expr/uvs/ |
H A D | misc.test | 28 0: InterpolatedStringPart( 45 0: InterpolatedStringPart(
|
/PHP-Parser/lib/PhpParser/ |
H A D | ParserAbstract.php | 15 use PhpParser\Node\InterpolatedStringPart; alias 803 * @param string|(Expr|InterpolatedStringPart)[] $contents 861 if (!$contents[0] instanceof Node\InterpolatedStringPart) { 870 if ($part instanceof Node\InterpolatedStringPart) {
|
H A D | PrettyPrinterAbstract.php | 1099 if (!$subNode instanceof Node\InterpolatedStringPart
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 186 && $node->parts[0] instanceof Node\InterpolatedStringPart 1054 if ($element instanceof Node\InterpolatedStringPart) { 1120 if ($part instanceof Node\InterpolatedStringPart
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 2516 …1-1)]); foreach ($self->semValue as $s) { if ($s instanceof Node\InterpolatedStringPart) { $s->val… 2519 …$self->semStack[$stackPos-(1-1)] as $s) { if ($s instanceof Node\InterpolatedStringPart) { $s->val… 2581 …$self->semStack[$stackPos-(3-2)] as $s) { if ($s instanceof Node\InterpolatedStringPart) { $s->val… 2751 …] = $self->semStack[$stackPos-(1-1)]; $self->semValue = new Node\InterpolatedStringPart($self->sem…
|
H A D | Php8.php | 2518 …1-1)]); foreach ($self->semValue as $s) { if ($s instanceof Node\InterpolatedStringPart) { $s->val… 2521 …$self->semStack[$stackPos-(1-1)] as $s) { if ($s instanceof Node\InterpolatedStringPart) { $s->val… 2583 …$self->semStack[$stackPos-(3-2)] as $s) { if ($s instanceof Node\InterpolatedStringPart) { $s->val… 2747 …] = $self->semStack[$stackPos-(1-1)]; $self->semValue = new Node\InterpolatedStringPart($self->sem…
|
/PHP-Parser/ |
H A D | UPGRADE-5.0.md | 283 * `Node\Scalar\EncapsedStringPart` is now `Node\InterpolatedStringPart` and no longer extends
|
H A D | CHANGELOG.md | 104 * Added `rawValue` attribute to `InterpolatedStringPart` and heredoc/nowdoc `String_`s, which
|
/PHP-Parser/grammar/ |
H A D | php.y | 1399 …{ $attrs = attributes(); $attrs['rawValue'] = $1; $$ = new Node\InterpolatedStringPart($1, $attrs)…
|