Searched refs:Encapsed (Results 1 – 8 of 8) sorted by relevance
9 class Encapsed extends InterpolatedString { class
34 class_alias(InterpolatedString::class, Encapsed::class);
31 $this->assertTrue($node instanceof Scalar\Encapsed);58 $node = new Scalar\Encapsed([$part]);
1 Encapsed string negative var offsets
1 Encapsed strings
111 path: lib/PhpParser/Node/Scalar/Encapsed.php
282 * `Node\Scalar\Encapsed` is now `Node\Scalar\InterpolatedString`.
1127 * Added `kind` attribute to `Scalar\String` and `Scalar\Encapsed` to distinguish between1129 * Added `docLabel` attribute to `Scalar\String` and `Scalar\Encapsed`, if it is a heredoc or
Completed in 13 milliseconds