-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDC-2785: spl_object_hash_collisions #3533
Comments
Comment created by @Ocramius: Are you able to reproduce the test also without statics? |
Comment created by flack: Yes, if I switch to $this->hashes (private $hashes = array()), the result is the same |
Comment created by flack: Here's the complete test without statics & according to Doctrine CS (AFAICT):
I can try and send this as a pull request, if it helps |
Comment created by @doctrinebot: |
Duplicate of #3037. |
The OP created #843 with a slight variation of the above test code |
Jira issue originally created by user flack:
After reading DDC-1896 and DDC-136, I'm not exactly sure if this qualifies as a bug, but anyways, here's my code to reproduce:
The text was updated successfully, but these errors were encountered: