3v4l.org

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