3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Php max int: ".PHP_INT_MAX."\n"; echo "The Val: ".(-1580033017 + -2072974554)."\n"; echo "Intval of the val: ".intval(-3653007571)."\n"; echo "And 0xffffffff of the val: ".(-3653007571 & 0xffffffff)."\n";
Output for git.master, git.master_jit, rfc.property-hooks
Php max int: 9223372036854775807 The Val: -3653007571 Intval of the val: -3653007571 And 0xffffffff of the val: 641959725

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
37.78 ms | 401 KiB | 8 Q