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