3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( 'id' => 'ID', 'idea_id' => 'Idea', 'idea_name' => 'Idea', 'tpc_name'=>'Topic', 'text' => 'Comment', 'opinionName' => 'Opinion', 'link' => 'Link', 'opinion_id' => 'Opinion', 'reply_count' => 'Replies', 'sort_order' => 'Sort Order', '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', ); $result = array(); foreach ($test as $key => $value) { $result[$key] = "Yii::t('Cmt',".$value."),"; } var_dump($result);
Output for git.master, git.master_jit, rfc.property-hooks
array(16) { ["id"]=> string(17) "Yii::t('Cmt',ID)," ["idea_id"]=> string(19) "Yii::t('Cmt',Idea)," ["idea_name"]=> string(19) "Yii::t('Cmt',Idea)," ["tpc_name"]=> string(20) "Yii::t('Cmt',Topic)," ["text"]=> string(22) "Yii::t('Cmt',Comment)," ["opinionName"]=> string(22) "Yii::t('Cmt',Opinion)," ["link"]=> string(19) "Yii::t('Cmt',Link)," ["opinion_id"]=> string(22) "Yii::t('Cmt',Opinion)," ["reply_count"]=> string(22) "Yii::t('Cmt',Replies)," ["sort_order"]=> string(25) "Yii::t('Cmt',Sort Order)," ["modified_flag"]=> string(28) "Yii::t('Cmt',Modified Flag)," ["status_id"]=> string(21) "Yii::t('Cmt',Status)," ["create_time"]=> string(26) "Yii::t('Cmt',Create Time)," ["create_usr_id"]=> string(25) "Yii::t('Cmt',Create Usr)," ["update_time"]=> string(26) "Yii::t('Cmt',Update Time)," ["update_usr_id"]=> string(25) "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:
51.75 ms | 403 KiB | 8 Q