Re: [PHP-DEV] Array Keys

2003-11-06 Thread LingWitt
Alright. On 6 Nov 2003, at 2:58 AM, Andi Gutmans wrote: At 08:01 PM 11/5/2003 -0500, [EMAIL PROTECTED] wrote: I noticed that echo $object statements in PHP 5 display object ids that are kept by the engine, so this data is already in the string form and it is data that exists. As for as a use fo

Re: [PHP-DEV] Array Keys

2003-11-06 Thread Andi Gutmans
At 08:01 PM 11/5/2003 -0500, [EMAIL PROTECTED] wrote: I noticed that echo $object statements in PHP 5 display object ids that are kept by the engine, so this data is already in the string form and it is data that exists. As for as a use for this feature, one can't easily say there is not a use;

Re: [PHP-DEV] Array Keys

2003-11-05 Thread LingWitt
I noticed that echo $object statements in PHP 5 display object ids that are kept by the engine, so this data is already in the string form and it is data that exists. As for as a use for this feature, one can't easily say there is not a use; there have been times when I wished to have this feat

Re: [PHP-DEV] Array Keys

2003-11-05 Thread netcat
[EMAIL PROTECTED] wrote: I don't want to seem naggish, but what do you think? On 3 Nov 2003, at 8:26 AM, [EMAIL PROTECTED] wrote: Now that objects are accounted for by references and id, it should be possible to use them as keys in an associative array. That might be an interesting feature

Re: [PHP-DEV] Array Keys

2003-11-04 Thread Andi Gutmans
At 09:14 PM 11/4/2003 -0500, [EMAIL PROTECTED] wrote: I don't want to seem naggish, but what do you think? On 3 Nov 2003, at 8:26 AM, [EMAIL PROTECTED] wrote: Now that objects are accounted for by references and id, it should be possible to use them as keys in an associative array. That

Re: [PHP-DEV] Array Keys

2003-11-04 Thread LingWitt
I don't want to seem naggish, but what do you think? On 3 Nov 2003, at 8:26 AM, [EMAIL PROTECTED] wrote: Now that objects are accounted for by references and id, it should be possible to use them as keys in an associative array. That might be an interesting feature to have. -- PHP Internals -