Open
Description
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