3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arrayMultiIndex = (object)[ [ 'className' => [ 'attribute' => [ 'name' => 'Aabir Hussain', 'phone' => 955585, 'email' => 'aabir@gmail.com', 'create_on' => '12-10-2016 12:12:12', 'status' => 'Active' ], 'validationMessage' => [ 'name' => 'no_error', 'phone' => 'no_error', 'email' => 'Email Already Taken, Please Choose Another One', 'create_on' => 'no_error', 'status' => 'no_error' ], 'scenario' => 'create', ] ] ]; $arrayMultiIndex = (array)$arrayMultiIndex; echo $arrayMultiIndex[0]['className']['attribute']['name'];
Output for git.master, git.master_jit, rfc.property-hooks
Aabir Hussain

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