This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
root
/
tt-5-php-6001
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
fabfcb81da
Branches
Tags
master
tt-5-php-6001
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Scalar.php
Scalar.php
98 B
Historique
Raw
1
2
3
4
5
6
<?php declare(strict_types=1);
namespace PhpParser\Node;
abstract class Scalar extends Expr {
}