Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Comparison/Exception/IncomparableException.php
Назад
<?php declare(strict_types=1); namespace Psl\Comparison\Exception; use InvalidArgumentException as InvalidArgumentRootException; use Psl\Exception\ExceptionInterface; use Psl\Str; use function get_debug_type; class IncomparableException extends InvalidArgumentRootException implements ExceptionInterface { public static function fromValues(mixed $a, mixed $b, string $additionalInfo = ''): self { return new self( Str\format( 'Unable to compare "%s" with "%s"%s', get_debug_type($a), get_debug_type($b), $additionalInfo ? ': ' . $additionalInfo : '.', ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка