404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.12.185: ~ $
<?php

/**
 * Stubs for static analysis
 *
 * @codingStandardsIgnoreFile
 */

if (!defined('UUID_TYPE_DEFAULT')) {
    define('UUID_TYPE_DEFAULT', 0);
}
if (!defined('UUID_TYPE_TIME')) {
    define('UUID_TYPE_TIME', 1);
}
if (!defined('UUID_TYPE_RANDOM')) {
    define('UUID_TYPE_RANDOM', 4);
}
if (!function_exists('uuid_create')) {
    /** @psalm-suppress all */
    function uuid_create(int $uuid_type=UUID_TYPE_DEFAULT): string {} // @phpstan-ignore-line
}
if (!function_exists('uuid_generate_md5')) {
    /** @psalm-suppress all */
    function uuid_generate_md5(string $uuid_ns, string $name): string {} // @phpstan-ignore-line
}
if (!function_exists('uuid_generate_sha1')) {
    /** @psalm-suppress all */
    function uuid_generate_sha1(string $uuid_ns, string $name): string {} // @phpstan-ignore-line
}
if (!function_exists('uuid_parse')) {
    /** @psalm-suppress all */
    function uuid_parse(string $uuid): string {} // @phpstan-ignore-line
}

Filemanager

Name Type Size Permission Actions
UuidIsImmutable.php File 3.07 KB 0644
UuidIsNeverEmpty.php File 942 B 0644
ValidUuidIsNonEmpty.php File 970 B 0644
stubs.php File 990 B 0644