Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phpunit
/
phpunit
/
src
/
Framework
/
TestStatus
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Deprecation.php
0.77KB
edt
ren
Error.php
0.752KB
edt
ren
Failure.php
0.758KB
edt
ren
Incomplete.php
0.767KB
edt
ren
Known.php
0.623KB
edt
ren
Notice.php
0.755KB
edt
ren
Risky.php
0.752KB
edt
ren
Skipped.php
0.758KB
edt
ren
Success.php
0.758KB
edt
ren
TestStatus.php
3.957KB
edt
ren
Unknown.php
0.764KB
edt
ren
Warning.php
0.758KB
edt
ren
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework\TestStatus; /** * @immutable * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final readonly class Unknown extends TestStatus { public function isUnknown(): true { return true; } public function asInt(): int { return -1; } public function asString(): string { return 'unknown'; } }
<=Back
Liking