Re: [PHP] spl_object_hash not hashing unqiue objects BUG

2009-02-12 Thread Jochem Maas
Nick Cooper schreef: > I am having a problem with spl_object_hash() creating non unique hashes. > > I understand with MD5 it is possible to have the same hash for > different strings but this doesn't seem like that problem. > > I have created a simple test below, should I report this as a bug or

[PHP] spl_object_hash not hashing unqiue objects BUG

2009-02-12 Thread Nick Cooper
I am having a problem with spl_object_hash() creating non unique hashes. I understand with MD5 it is possible to have the same hash for different strings but this doesn't seem like that problem. I have created a simple test below, should I report this as a bug or am I doing something wrong. PHP