[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: NativeClasses.php
File is not writable. Editing disabled.
<?php if (PHP_VERSION_ID < 80000 && ! class_exists('ReflectionUnionType', false)) { class ReflectionUnionType extends ReflectionType { /** @return ReflectionType[] */ public function getTypes() { return []; } } } if (PHP_VERSION_ID < 80000 && ! class_exists('Attribute', false)) { #[Attribute(Attribute::TARGET_CLASS)] class Attribute { /** @var int */ public $flags; /** * Marks that attribute declaration is allowed only in classes. */ const TARGET_CLASS = 1; /** * Marks that attribute declaration is allowed only in functions. */ const TARGET_FUNCTION = 1 << 1; /** * Marks that attribute declaration is allowed only in class methods. */ const TARGET_METHOD = 1 << 2; /** * Marks that attribute declaration is allowed only in class properties. */ const TARGET_PROPERTY = 1 << 3; /** * Marks that attribute declaration is allowed only in class constants. */ const TARGET_CLASS_CONSTANT = 1 << 4; /** * Marks that attribute declaration is allowed only in function or method parameters. */ const TARGET_PARAMETER = 1 << 5; /** * Marks that attribute declaration is allowed anywhere. */ const TARGET_ALL = (1 << 6) - 1; /** * Notes that an attribute declaration in the same place is * allowed multiple times. */ const IS_REPEATABLE = 1 << 6; /** * @param int $flags A value in the form of a bitmask indicating the places * where attributes can be defined. */ public function __construct($flags = self::TARGET_ALL) { $this->flags = $flags; } } } if (PHP_VERSION_ID < 80100 && ! class_exists('ReturnTypeWillChange', false)) { #[Attribute(Attribute::TARGET_METHOD)] final class ReturnTypeWillChange { } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium171.web-hosting.com
Server IP: 162.0.209.115
PHP Version: 8.0.30
Server Software: LiteSpeed
System: Linux premium171.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 71.35 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: aircyknj
User ID (UID): 2056
Group ID (GID): 2052
Script Owner UID: 2056
Current Dir Owner: N/A