php-obfuscator
php-obfuscator copied to clipboard
Issue parsing a class
[PhpParser\Error] Syntax error, unexpected '{', expecting T_STRING on line 2
forward('default', 'module'); } }
Is the syntax error happening in the obfuscator itself, or is the outputted structure not valid PHP perhaps?
From the provided code sample I can't really see what the issue is.