Nick Cooper schreef:
> Thank you, I am now understanding this much better.
>
> Could you explain this though, if my understanding is correct the same
> hash is used if the object no longer exists in memory.
>
> In that case the following should all have the same hash, but they
> don't see output.
Thank you, I am now understanding this much better.
Could you explain this though, if my understanding is correct the same
hash is used if the object no longer exists in memory.
In that case the following should all have the same hash, but they
don't see output.
class a1 {}
$obi = new a1();
echo
Colin Guthrie schreef:
> 'Twas brillig, and Jochem Maas at 12/02/09 12:47 did gyre and gimble:
>> Colin Guthrie schreef:
>>> 'Twas brillig, and Nick Cooper at 12/02/09 11:38 did gyre and gimble:
Outputs:
a1: 09d264fcececf51c822c9382b40e3edf
a2: 45701af64172cbc2a33069dfed73fd07
>
'Twas brillig, and Jochem Maas at 12/02/09 12:47 did gyre and gimble:
Colin Guthrie schreef:
'Twas brillig, and Nick Cooper at 12/02/09 11:38 did gyre and gimble:
Outputs:
a1: 09d264fcececf51c822c9382b40e3edf
a2: 45701af64172cbc2a33069dfed73fd07
a3: 09d264fcececf51c822c9382b40e3edf
a4: 09d264f
Colin Guthrie schreef:
> 'Twas brillig, and Nick Cooper at 12/02/09 11:38 did gyre and gimble:
>> Outputs:
>>
>> a1: 09d264fcececf51c822c9382b40e3edf
>> a2: 45701af64172cbc2a33069dfed73fd07
>> a3: 09d264fcececf51c822c9382b40e3edf
>> a4: 09d264fcececf51c822c9382b40e3edf
>>
>> Thanks let me know how
'Twas brillig, and Nick Cooper at 12/02/09 11:38 did gyre and gimble:
Outputs:
a1: 09d264fcececf51c822c9382b40e3edf
a2: 45701af64172cbc2a33069dfed73fd07
a3: 09d264fcececf51c822c9382b40e3edf
a4: 09d264fcececf51c822c9382b40e3edf
Thanks let me know how I should proceed with this.
Confirmed here.
6 matches
Mail list logo