I know this is probably a newbie question, but is it possible to do this?
unserialize(LOG_ACTIONS_.''.strtoupper($language));
I have list of constants with _LANGUAGE which I want to use the variable $language with.
Example:
unserialize(LOG_ACTIONS_ENGLISH);
Here's the error I get:
Fatal error: Call to undefined function LOG_ACTIONS_strtoupper()