mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2785: spl_object_hash_collisions #3481
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 8, 2013).
Originally assigned to: @Majkl578 on GitHub.
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:
@doctrinebot commented on GitHub (Nov 8, 2013):
Comment created by @ocramius:
Are you able to reproduce the test also without statics?
@doctrinebot commented on GitHub (Nov 8, 2013):
Comment created by flack:
Yes, if I switch to $this->hashes (private $hashes = array()), the result is the same
@doctrinebot commented on GitHub (Nov 8, 2013):
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
@doctrinebot commented on GitHub (Jan 24, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-843] was labeled:
https://github.com/doctrine/doctrine2/pull/843
@Majkl578 commented on GitHub (Dec 19, 2017):
Duplicate of #3037.
@mpdude commented on GitHub (Jun 22, 2023):
The OP created #843 with a slight variation of the above test code