3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array ( mv_fname => '1.3', mv_lname => '1.6', mv_project => '2', mv_email => '3', mv_addr1 => '4.1', mv_addr2 => '4.2', mv_city => '4.3', mv_prov => '4.4', mv_pcode => '4.5', mv_country => '4.6', mv_phone => '5', mv_recovery_email => '11', mv_age => '16', mv_website => '12', mv_gender => '17', mv_instrument => '18', mv_twitter => '19', mv_pic => '26', mv_newsletter => '23' ); foreach ($arr as $key => $value) { echo "Key: $key; Value: $value<br />\n"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "mv_fname" in /in/jIn24:2 Stack trace: #0 {main} thrown in /in/jIn24 on line 2
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:
37.69 ms | 401 KiB | 8 Q