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