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.")," } print_r($result);
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '}' in /in/lAF3a on line 25
Process exited with code 255.

preferences:
196.63 ms | 1395 KiB | 65 Q