1: <?php declare(strict_types=1);
2:
3: namespace PhpParser\Node\Scalar;
4:
5: require __DIR__ . '/InterpolatedString.php';
6:
7: if (false) {
8: // For classmap-authoritative support.
9: class Encapsed extends InterpolatedString {
10: }
11: }
12: