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
Found while working on #8294, currently it is possible to register a trampoline as an autoloader but there is no way to remove it nor is it prevented from being registered multiple times.
…ot be unregistered)
There are two issues to resolve:
1. The FCC is not refetch when trying to unregister a trampoline
2. Comparing the function pointer of trampolines is meaningless as they are reallocated, thus we need to compare the name of the function
Found while working on phpGH-8294
Description
Found while working on #8294, currently it is possible to register a trampoline as an autoloader but there is no way to remove it nor is it prevented from being registered multiple times.
The following code: https://3v4l.org/0mYUn
Resulted in this output:
But I expected this output instead:
PHP Version
All
Operating System
No response
The text was updated successfully, but these errors were encountered: