int cast: -1int cast: -1
printf: -1
hexdec: int(4294967295)
printf max int in hex: 7fffffffffffffff
5
-5
string(10) "0xfffffffb"
Warning: A non-numeric value encountered in /in/EkfSn on line 15
0int(0)
0int(4294967291)
-5
fffffffb
true
true
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.3.28
/bin/php-8.3.28: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.3.28)
/bin/php-8.3.28: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.3.28)
/bin/php-8.3.28: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.3.28)
/bin/php-8.3.28: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.3.28)
Process exited with code 1.
int cast: -1int cast: -1
printf: -1
hexdec: int(4294967295)
printf max int in hex: 7fffffffffffffff
5
-5
string(10) "0xfffffffb"
Notice: A non well formed numeric value encountered in /in/EkfSn on line 15
0int(0)
0int(4294967291)
-5
fffffffb
true
true
Output for 7.0.0 - 7.0.33, 7.3.32 - 7.3.33
int cast: -1int cast: -1
printf: -1
hexdec: int(4294967295)
printf max int in hex: 7fffffffffffffff
5
-5
string(10) "0xfffffffb"
0int(0)
0int(4294967291)
-5
fffffffb
true
true
Output for 5.6.0 - 5.6.38
int cast: -1int cast: -1
printf: -1
hexdec: int(4294967295)
printf max int in hex: 7fffffffffffffff
5
-5
string(10) "0xfffffffb"
4294967291int(4294967291)
fffffffbint(4294967291)
-5
fffffffb
true
true
Output for 5.5.0 - 5.5.38
Parse error: syntax error, unexpected '*' in /in/EkfSn on line 3
Process exited with code 255.