Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30392 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75788 invoked by uid 1010); 1 Jul 2007 20:31:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75773 invoked from network); 1 Jul 2007 20:31:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2007 20:31:18 -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 209.85.146.176 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: 209.85.146.176 wa-out-1112.google.com Received: from [209.85.146.176] ([209.85.146.176:34640] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/F9-32240-F2808864 for ; Sun, 01 Jul 2007 16:01:52 -0400 Received: by wa-out-1112.google.com with SMTP id l24so2017443waf for ; Sun, 01 Jul 2007 13:01:48 -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=KGOdc9980JyQGUEY40bslhpoKKNq4AR7LgDXSxCcubC/ObwWXiaJu7x3OO0wzc02WWCiMjWWt25UouA8OTNhMzKYbL4L5SFZ3aqOX8usZD/VuiwIEN5FxdN+ixYKPVnG+eTeDAnPzGuWi6Wedwkyr2QiwM3PnFURmZiJc3fsZ6Y= 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=ErX83MJ60KX49xKBV9wPYYg4IYkKHfdCCWWYQRE4a9cxJGcLLJ/OnVdjFCPb3mdbW1Zwpn4KblqFp8712smqtZNAfJu7EGQagoMwnwpiiQyPgdnM6UnfkxYm8HZbnjEg8ez6ukr5uTgD2qq+I2bZDBgH4dfEcDb6X/SEPQF6Qrc= Received: by 10.115.110.6 with SMTP id n6mr4466952wam.1183320108726; Sun, 01 Jul 2007 13:01:48 -0700 (PDT) Received: by 10.114.110.9 with HTTP; Sun, 1 Jul 2007 13:01:48 -0700 (PDT) Message-ID: Date: Mon, 2 Jul 2007 00:01:48 +0400 To: "Sebastian Bergmann" Cc: internals@lists.php.net In-Reply-To: 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> <4685785E.5010709@zend.com> <585221804.20070701154538@marcus-boerger.de> Subject: Re: [PHP-DEV] toString() and Object #ID From: pacha.shevaev@gmail.com ("Pavel Shevaev") > The problem is that there is no such unique id in the current engine. Am I right in my guess that there's only a counter for each object type? Still being not really unique this information could be very useful and enough in many situations. -- Best regards, Pavel