3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( 'id' => 'ID', 'name' => 'Name', 'tag' => 'Tag', 'grp_id' => 'Grp', 'description' => 'Description', 'modified_flag' => 'Modified Flag', 'status_id' => 'Status', 'create_time' => 'Create Time', 'create_usr_id' => 'Create Usr', 'update_time' => 'Update Time', 'update_usr_id' => 'Update Usr', ); foreach ($test as $key => $value) { echo "'".$key."' => Yii::t('Cmt','".$value."'),"; echo "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
'id' => Yii::t('Cmt','ID'), 'name' => Yii::t('Cmt','Name'), 'tag' => Yii::t('Cmt','Tag'), 'grp_id' => Yii::t('Cmt','Grp'), 'description' => Yii::t('Cmt','Description'), 'modified_flag' => Yii::t('Cmt','Modified Flag'), 'status_id' => Yii::t('Cmt','Status'), 'create_time' => Yii::t('Cmt','Create Time'), 'create_usr_id' => Yii::t('Cmt','Create Usr'), 'update_time' => Yii::t('Cmt','Update Time'), 'update_usr_id' => Yii::t('Cmt','Update Usr'),

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:
49.35 ms | 405 KiB | 9 Q