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 /
tests /
lang /
constants /
Delete
Unzip
Name
Size
Permission
Date
Action
PHP_INT_32bit.phpt
306
B
-rw-rw-r--
2022-10-31 11:36
PHP_INT_64bit.phpt
324
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Test PHP_INT_MIN, PHP_INT_MAX and PHP_INT_SIZE (32-bit) --SKIPIF-- <?php if (PHP_INT_SIZE !== 4) die("skip this test is for 32-bit platforms only"); ?> --FILE-- <?php var_dump(PHP_INT_MIN); var_dump(PHP_INT_MAX); var_dump(PHP_INT_SIZE); ?> --EXPECT-- int(-2147483648) int(2147483647) int(4)