3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = array("phone","name","street"); $db_user = new stdClass(); $db_user->take_phone = [1 => '123']; $db_user->take_name = [1 => 'Chris']; $db_user->take_street = [1 => 'Main']; foreach($a as $aa) { $var = "take_$aa"; echo $db_user->$var[1]; }
Output for rfc.property-hooks, git.master, git.master_jit
123ChrisMain

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:
48.44 ms | 1249 KiB | 4 Q