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
Hello,
I found a bug.
Executing a script first time with a function call foo run fines but executing same file again gives cannot redeclare foo() error until i restart c# app based server.
Am executing a code via php file URL.
i noticed that it is not only with user defined functions but also user defined constants & class