Open chibinz opened 2 hours ago
Hi @chibinz. Note that we have gotten lots of reports for ArrayObject
from fuzzers. The class is fundamentally broken and weird, and we should look into deprecating/removing it in the near future. It likely doesn't make too much sense to run fuzzers on it.
I see, thanks for the notice. I exclude ArrayObjects bugs from my reports. Should I close this issue?
The class is fundamentally broken and weird, and we should look into deprecating/removing it in the near future.
Well, @arnaud-lb made the point that the class is likely only broken when wrapping objects; wrapping arrays may still be fine, and can be useful.
Description
The following code:
Resulted in this output:
Requires
USE_ZEND_ALLOC=0
PHP Version
PHP 8.5.0-dev
Operating System
No response