MIR1301
ForbiddenCode
Use of a forbidden construct such as var_dump, shell_exec, or the backtick operator.
Example
Section titled “Example”<?phpvar_dump($x); // ForbiddenCodeHow to fix
Section titled “How to fix”Remove the debugging or forbidden call.