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
{{ message }}
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
Hi
When I changed the method body and call this method from psysh - I get results like from the old code.
Example:
function foo() {echo 'foo';}
Then I change the func:
function foo() {echo 'bar';}
But:
What did I do wrong? I try unset and cache clean, but the code refreshed only when psysh is restarted.
Note:
show foo
- the code is fresh and actual.The text was updated successfully, but these errors were encountered: