Hi, ich rufe via Eval eine Funktion auf, an welche ich ein Array übergebe:
eval('show' . $function . '(' . $data . ');');
doch leider klappt dies nicht und ich verstehe nicht, wo das Problem liegt:
Parse error: syntax error, unexpected T_ARRAY_CAST in /www/htdocs/xy/_app/helpers/ContentHandler.php(53) : eval()'d code on line 1
Hat jemand eine Idee?
eval('show' . $function . '(' . $data . ');');
doch leider klappt dies nicht und ich verstehe nicht, wo das Problem liegt:
Parse error: syntax error, unexpected T_ARRAY_CAST in /www/htdocs/xy/_app/helpers/ContentHandler.php(53) : eval()'d code on line 1
Hat jemand eine Idee?
Kommentar