Search found 1 match

by carol1988
Fri May 11, 2018 3:09 am
Forum: [3.x] Discussion
Topic: usage of Eval
Replies: 2
Views: 7650

usage of Eval

hi, I was making an extension and one of my modules failed to load, and stumbled on this code in functions_module.php // @codingStandardsIgnoreStart eval('$is_auth = (int) (' . eval($module_auth); . ');'); // @codingStandardsIgnoreEnd return $is_auth; https://i.imgur.com/nMwlMFo.png but my point is,...