3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a['bar'] = 'fd'; $a['-99'] = 'bilk'; $a['18446744073709551517'] = 'bode'; var_export($a); var_dump(MAXINT);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 'bar' => 'fd', -99 => 'bilk', '18446744073709551517' => 'bode', ) Fatal error: Uncaught Error: Undefined constant "MAXINT" in /in/NV6OW:6 Stack trace: #0 {main} thrown in /in/NV6OW on line 6
Process exited with code 255.

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