Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprIntegerNode.php
Назад
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast\ConstExpr; use PHPStan\PhpDocParser\Ast\NodeAttributes; class ConstExprIntegerNode implements ConstExprNode { use NodeAttributes; public string $value; public function __construct(string $value) { $this->value = $value; } public function __toString(): string { return $this->value; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка