Is there anyway to overwrite php's _($msgid) function ?? i see that function located in php core gettext.php
i'm using php7
i have tried to
function _($msg)
{
echo $msg;
}
geting error
Cannot redeclare _()
Screenshot for gettext.php from eclipse