You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
``
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: