3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( 'act_id' => 'Act', 'idea_id' => 'Idea', '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
'act_id' => Yii::t('Cmt','Act'), 'idea_id' => Yii::t('Cmt','Idea'), '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:
38.64 ms | 402 KiB | 8 Q