API Reference
Namespaces
PhpParser
Builder
Comment
ErrorHandler
Internal
Lexer
Node
Expr
Name
Scalar
MagicConst
Stmt
NodeVisitor
Parser
PrettyPrinter
PHPStan
Analyser
BetterReflection
Classes
Collectors
Command
DependencyInjection
Diagnose
File
Node
Parser
Php
PhpDoc
PhpDocParser
Reflection
Rules
Testing
Type
Classes
DNumber
Encapsed
EncapsedStringPart
Float_
Int_
InterpolatedString
LNumber
MagicConst
String_
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
PhpParser\Node\Scalar;
4:
5:
require
__DIR__ .
'/Float_.php'
;
6:
7:
if
(
false
) {
8:
// For classmap-authoritative support.
9:
class
DNumber
extends
Float_ {
10:
}
11:
}
12: