Home
last modified time | relevance | path

Searched refs:Encapsed (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DEncapsed.php9 class Encapsed extends InterpolatedString { class
H A DInterpolatedString.php34 class_alias(InterpolatedString::class, Encapsed::class);
/PHP-Parser/test/PhpParser/
H A DCompatibilityTest.php31 $this->assertTrue($node instanceof Scalar\Encapsed);
58 $node = new Scalar\Encapsed([$part]);
/PHP-Parser/test/code/parser/scalar/
H A DencapsedNegVarOffset.test1 Encapsed string negative var offsets
H A DencapsedString.test1 Encapsed strings
/PHP-Parser/
H A Dphpstan-baseline.neon111 path: lib/PhpParser/Node/Scalar/Encapsed.php
H A DUPGRADE-5.0.md282 * `Node\Scalar\Encapsed` is now `Node\Scalar\InterpolatedString`.
H A DCHANGELOG.md1127 * Added `kind` attribute to `Scalar\String` and `Scalar\Encapsed` to distinguish between
1129 * Added `docLabel` attribute to `Scalar\String` and `Scalar\Encapsed`, if it is a heredoc or

Completed in 13 milliseconds