3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_cats = array( 3 => 'Lifestyle', 4 => 'Career', 5 => 'Stories', 6 => 'Technology', 27 => 'Food' ); foreach ( $_cats as $__key => $__value ) { var_dump( $__value ); continue; }
Output for git.master, git.master_jit, rfc.property-hooks
string(9) "Lifestyle" string(6) "Career" string(7) "Stories" string(10) "Technology" string(4) "Food"

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