3v4l.org

run code in 300+ PHP versions simultaneously
<?php $doubles = array( -9223372036854775808, -9223372036854775809, -9223372036854775818, -9223372036854775908, -9223372036854776808, ); foreach ($doubles as $d) { $l = (int)$d; var_dump($l); }
Output for git.master_jit, git.master, rfc.property-hooks
int(-9223372036854775808) int(-9223372036854775808) int(-9223372036854775808) int(-9223372036854775808) int(-9223372036854775808)

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:
62.41 ms | 401 KiB | 8 Q