xref
: /
PHP-Parser
/
lib
/
PhpParser
/
Node
/
Scalar
/
Encapsed.php
(revision a44faa63)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
declare
(
strict_types
=
1
);
2
3
require
__DIR__
.
'/
InterpolatedString.php
'
;
4