File: psalm-autoload.php

package info (click to toggle)
php-random-compat 2.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 368 kB
  • sloc: php: 1,104; sh: 48; xml: 30; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?php

require_once __DIR__ . '/lib/byte_safe_strings.php';
require_once __DIR__ . '/lib/cast_to_int.php';
require_once __DIR__ . '/lib/error_polyfill.php';
require_once __DIR__ . '/other/ide_stubs/libsodium.php';
require_once __DIR__ . '/lib/random.php';

$int = random_int(0, 65536);