Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30411 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14338 invoked by uid 1010); 2 Jul 2007 18:34:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14322 invoked from network); 2 Jul 2007 18:34:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2007 18:34:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=pacha.shevaev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pacha.shevaev@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pacha.shevaev@gmail.com X-Host-Fingerprint: 64.233.162.224 nz-out-0506.google.com Received: from [64.233.162.224] ([64.233.162.224:36036] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/4D-24153-71549864 for ; Mon, 02 Jul 2007 14:34:00 -0400 Received: by nz-out-0506.google.com with SMTP id i1so902155nzh for ; Mon, 02 Jul 2007 11:33:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mQI4qLZ5lZwqrRsg4BPNSHLIFdJU8+IQulYFvFF3NqjX+SxrEHegCUSUE2FPNMI+AW6XitcBNHtxS3XbRQVC4FN7+N+vZVhjNj+tb5IDVOwebGBrsoiBdCK4o3Kl+U0USp7oH8rU09H4mk142ZE30dZx1FpG/C3P4u6mLmqVk0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CYCWwA6aWq54WGFYeAe5dbM/nvvzb9iKN6k6WSocOEbQcS2cs6iOT9tWTZa9T5Gf1J4V4m28jYxt6NkZOaYAmMaZdAUi31CFwG6BM9p6TzoMuuSXyb93MnfQ5KdKBdE9NoJb88Mno/yvF8EdMMSl0H0BbslRAlFjYSDJJ6ic9hc= Received: by 10.115.54.1 with SMTP id g1mr5328093wak.1183401236541; Mon, 02 Jul 2007 11:33:56 -0700 (PDT) Received: by 10.114.110.9 with HTTP; Mon, 2 Jul 2007 11:33:56 -0700 (PDT) Message-ID: Date: Mon, 2 Jul 2007 22:33:56 +0400 To: David Cc: "Stanislav Malyshev" , "Sebastian Bergmann" , internals@lists.php.net In-Reply-To: <000101c7bcd5$11b66310$35232930$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <468519DC.8060502@widescreen.ch> <585221804.20070701154538@marcus-boerger.de> <002701c7bc28$8279c2c0$876d4840$@com> <4688808A.7030706@zend.com> <46893931.1020000@zend.com> <000101c7bcd5$11b66310$35232930$@com> Subject: Re: [PHP-DEV] toString() and Object #ID From: pacha.shevaev@gmail.com ("Pavel Shevaev") > Hmm. I think what Pavel is asking is just to make it clearer in the > documentation what spl_object_hash's purpose and workings are, and perhaps > make an alias to it named object_get_id so other people don't run into this > confusion in the future. > > The name of spl_object_hash and the fact it is in the SPL and not in the > engine does lead one to believe that it might do more than simply hashing > the handler table and handle tuple. People might think it hashes the > properties as well. Exactly, this is what I wanted to say, thanks ;) > David -- Best regards, Pavel