Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phpdocumentor
/
reflection
/
src
/
phpDocumentor
/
Reflection
/
Php
/
Factory
/
Reducer
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Attribute.php
1.999KB
edt
ren
Parameter.php
2.757KB
edt
ren
Reducer.php
0.502KB
edt
ren
<?php declare(strict_types=1); namespace phpDocumentor\Reflection\Php\Factory\Reducer; use phpDocumentor\Reflection\Php\Factory\ContextStack; use phpDocumentor\Reflection\Php\StrategyContainer; interface Reducer { /** * @param TCarry|null $carry * * @return TCarry|null * * @template TCarry of object */ public function reduce( ContextStack $context, object $object, StrategyContainer $strategies, object|null $carry, ): object|null; }