What kind of variable is this in PHP $_['entry_store'] = 'Stores:';
used in OpenCart
Is used for saving string of text.
For example like this...
Is it a global variable, or what is it ? it begins with $_['SomeName];
<?php
$_['heading_feedback']= 'Feedback';
$_['heading_feedback_author']= 'Feedback';
$_['text_success'] = 'Success: You have modified feedback!';
$_['text_default'] = 'Default';