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
When I run a file twice or more, I have an error message saying that functions or classes "cannot be redeclared" / "already exists" : Cannot redeclare f() in Psy Shell, Class named C already exists. So I have to kill the shell manually every time.
I upgraded my system recently but I don't really know what triggered that change as I tested it with PHP 7 & 8.
Does it mean Tinkerun re-uses the same PsySH session ? Would it be feasible to kill it & start a new shell instead ?
Hi,
When I run a file twice or more, I have an error message saying that functions or classes "cannot be redeclared" / "already exists" :
Cannot redeclare f() in Psy Shell
,Class named C already exists
. So I have to kill the shell manually every time.I upgraded my system recently but I don't really know what triggered that change as I tested it with PHP 7 & 8.
Does it mean Tinkerun re-uses the same PsySH session ? Would it be feasible to kill it & start a new shell instead ?
Thank you
Versions :
MacOS : 11.5.2
VSCode : 1.73.1
Tinkerun 0.2.2
PHP : 7.4.32 & 8.0.26
Laravel : 8.83.23
The text was updated successfully, but these errors were encountered: