3v4l.org

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