diff options
Diffstat (limited to 'psalm-autoload.php')
-rw-r--r-- | psalm-autoload.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/psalm-autoload.php b/psalm-autoload.php new file mode 100644 index 0000000..7479ef9 --- /dev/null +++ b/psalm-autoload.php @@ -0,0 +1,8 @@ +<?php + +require_once 'lib/byte_safe_strings.php'; +require_once 'lib/cast_to_int.php'; +require_once 'lib/error_polyfill.php'; +require_once 'lib/random.php'; + +$int = random_int(0, 65536); |