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
I don't know ways to debug this issue, it's too complex right now.
I have a guess, that I'm using immutable strings from PHP. For example, immutable method names in tests and steal pointer to them to use in misc areas of code instead of crafting zend_string entry by hand. Probably, at the end of request GC tries to clean something (hashtable?) and assertion fails.
Test suite fails in PHP 7.4.0RC3 debug build with message:
Need to fix this assertion error.
The text was updated successfully, but these errors were encountered: