This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
yifan
/
XLJK-api
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
ca8126a759
Ramuri
Etichete
main
XLJK-api
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Scalar.php
Scalar.php
98 B
Istoric
Crud
1
2
3
4
5
6
<?php declare(strict_types=1);
namespace PhpParser\Node;
abstract class Scalar extends Expr {
}