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
I am facing one issue, in my file I have namespace, and after encryption with bolt, having line on top.
bolt_decrypt( FILE , PHP_BOLT_KEY); return 0;
and later have encrypted code.
so when I am running file, getting compile error.
Description:Namespace declaration statement has to be the very first statement or after any declare call in the script
Backtrace-------------------
So problem is that after encryption we are adding bolt_decrypt, and that is creating problem, if having namespace in file. Can you please suggest anything or any solution for this.