3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db_name = "users"; // this will act as an index $db[$db_name] = "some value"; // the index "user" which is the value of the variable "$db_name" holds the value "some value" in the "$db" variable echo $db_name . ' | ' . $db[$db_name]; // prints: users | some value
Output for git.master, git.master_jit, rfc.property-hooks
users | some value

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:
32.45 ms | 405 KiB | 5 Q