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