php-ds / ext-ds

An extension providing efficient data structures for PHP 7
https://medium.com/p/9dda7af674cd
MIT License
2.11k stars 95 forks source link

ReflectionClass and ReflectionObject not reporting information when using Ds\Map via extension #190

Closed rodber closed 1 year ago

rodber commented 2 years ago

I've created a reproducible context where you can observe a bug affecting ext-ds (not the polyfill). I've also added workflows for these:

The bug is that Ds\Map is not reporting consistent reflection information when comparing usage via polyfill and extension. When using the extension the object properties are missing.