Файловый менеджер - Редактировать - /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); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка