Home
last modified time | relevance | path

Searched refs:EncapsedStringPart (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DEncapsedStringPart.php11 class EncapsedStringPart extends InterpolatedStringPart { class
/PHP-Parser/lib/PhpParser/Node/
H A DInterpolatedStringPart.php32 class_alias(InterpolatedStringPart::class, Scalar\EncapsedStringPart::class);
/PHP-Parser/test/PhpParser/
H A DCompatibilityTest.php29 $this->assertTrue($part instanceof Scalar\EncapsedStringPart);
56 $part = new Node\Scalar\EncapsedStringPart('foo');
/PHP-Parser/
H A Dphpstan-baseline.neon116 path: lib/PhpParser/Node/Scalar/EncapsedStringPart.php
H A DUPGRADE-5.0.md283 * `Node\Scalar\EncapsedStringPart` is now `Node\InterpolatedStringPart` and no longer extends

Completed in 8 milliseconds