3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( [ PHP_INT_MAX => 1, PHP_INT_MAX+1 => 2, PHP_INT_MAX+2 => 3, PHP_INT_MAX+3 => 4 ] );
Output for rfc.property-hooks, git.master, git.master_jit
Deprecated: Implicit conversion from float 9.223372036854776E+18 to int loses precision in /in/Mvkm1 on line 6 Deprecated: Implicit conversion from float 9.223372036854776E+18 to int loses precision in /in/Mvkm1 on line 7 Deprecated: Implicit conversion from float 9.223372036854776E+18 to int loses precision in /in/Mvkm1 on line 8 array(2) { [9223372036854775807]=> int(1) [-9223372036854775808]=> int(4) }

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:
44.31 ms | 2268 KiB | 4 Q