whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/invariant.php
<?php declare(strict_types=1); namespace Psl; use Psl\Exception\InvariantViolationException; /** * @param int|float|string ...$args * * @psalm-assert true $fact * * @pure * * @throws InvariantViolationException */ function invariant(bool $fact, string $message, ...$args): void { if (!$fact) { invariant_violation($message, ...$args); } }
Copyright ©2021 || Defacer Indonesia