GH-16317: allow __debugInfo() overrides for SplFixedArray subclasses#16544
GH-16317: allow __debugInfo() overrides for SplFixedArray subclasses#16544DanielEScherzer wants to merge 1 commit intophp:masterfrom
__debugInfo() overrides for SplFixedArray subclasses#16544Conversation
…sses For classes that extend `SplFixedArray` and define a `__debugInfo()` magic method, use it.
|
I wonder if when touching the code anyway it would make sense to actually implement |
|
Maybe we should add something to |
|
I think the "issue" is that there exists an object handler when it probably should not even be called and a proper And this would align the behaviour of internal and userland classes more like @TimWolla already mentionned. |
For classes that extend
SplFixedArrayand define a__debugInfo()magic method, use it.