3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( 'id' => 'ID', 'name' => 'Name', 'model' => 'Model', 'model_id' => 'Model', '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('Jtc','".$value."'),"; echo "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
'id' => Yii::t('Jtc','ID'), 'name' => Yii::t('Jtc','Name'), 'model' => Yii::t('Jtc','Model'), 'model_id' => Yii::t('Jtc','Model'), 'modified_flag' => Yii::t('Jtc','Modified Flag'), 'status_id' => Yii::t('Jtc','Status'), 'create_time' => Yii::t('Jtc','Create Time'), 'create_usr_id' => Yii::t('Jtc','Create Usr'), 'update_time' => Yii::t('Jtc','Update Time'), 'update_usr_id' => Yii::t('Jtc','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:
40.84 ms | 402 KiB | 8 Q