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.112
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 error operation of random_int() --FILE-- <?php //-=-=-=- try { $randomInt = random_int(); } catch (TypeError $e) { echo $e->getMessage().PHP_EOL; } try { $randomInt = random_int(42); } catch (TypeError $e) { echo $e->getMessage().PHP_EOL; } try { $randomInt = random_int(42,0); } catch (Error $e) { echo $e->getMessage().PHP_EOL; } ?> --EXPECT-- random_int() expects exactly 2 parameters, 0 given random_int() expects exactly 2 parameters, 1 given Minimum value must be less than or equal to the maximum value