Error Description:
An error was found when executing an obfuscated PHP script for CLI usage. Especially when using argv() and getopt() function.
Cause:
Function argv() and getopt() seem does not work well with the Obfuscator.
Error output:
Notice: Undefined variable: argv in C:\script.php(166) : eval()'d code(1) : eval()'d code on line 29
Notice: Trying to access array offset on value of type null in C:\script.php(166) : eval()'d code(1) : eval()'d code on line 29
``