Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72283 invoked from network); 31 Jul 2015 16:11:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2015 16:11:27 -0000 Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.181 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 209.85.212.181 mail-wi0-f181.google.com Received: from [209.85.212.181] ([209.85.212.181:35801] helo=mail-wi0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/B4-47755-E2E9BB55 for ; Fri, 31 Jul 2015 12:11:27 -0400 Received: by wibxm9 with SMTP id xm9so40380999wib.0 for ; Fri, 31 Jul 2015 09:11:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=6rnv6Zrhjn36Q9wmlbSnLYbw9VCX4qQFxEptfJCgIXE=; b=waRVasP/umHzU6346K7bsEu0Zp1+thkosPAlkRqQgEi24WbWhf8S/3u9G5nEHfACef 96PQWAQfswaKuy1IV6mNxptwfAH+odSt2M6takQlEAZTzYRP9FIgGk9YO92fvbv7WX2M T6LpPYDBv5CrsEPlJDfftFb1HLPMBRaiIB7+EuxwjfitBNdAuFgBmKTnb6dH0qgkchlW GIAnWeY6NrbeI0wrCOj4waHMuTnmu+P6lAinttSMDraBij1T6Y6nKM6v9AY7Da5vnmSs pm/EKGvo1TydIxfR6bI2jL5vGsTvYLplr4vf+Z10ujX3c9h7ckkLOnNniv2Jw4rAMqnJ BGwA== X-Received: by 10.180.206.41 with SMTP id ll9mr8598490wic.88.1438359083387; Fri, 31 Jul 2015 09:11:23 -0700 (PDT) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.27.172.10 with HTTP; Fri, 31 Jul 2015 09:11:03 -0700 (PDT) In-Reply-To: <024101d0cbaa$f864aa50$e92dfef0$@belski.net> References: <024101d0cbaa$f864aa50$e92dfef0$@belski.net> Date: Fri, 31 Jul 2015 18:11:03 +0200 X-Google-Sender-Auth: ZRGBR2QU2AbUcGy1NZI9gEfYMm4 Message-ID: To: Anatol Belski Cc: Julien Pauli , PHP Internals , Sebastian Bergmann , "Ivan Enderlin@Hoa" , contact@jubianchi.fr Content-Type: multipart/alternative; boundary=001a11c38882399235051c2e12fa Subject: Re: [PHP-DEV] Exposing object handles to userland From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --001a11c38882399235051c2e12fa Content-Type: text/plain; charset=UTF-8 > > Have you checked the impact of changing the existing function? > Yes I did, and this breaks absolutely nothing: the spl_object_hash output has exactly the same format (otherwise it's a bug). > > > > > https://github.com/symfony/symfony/blob/master/src/Symfony/Component/VarDumper/Cloner/VarCloner.php > That's my code and the very place where I'd use this feature first :) --001a11c38882399235051c2e12fa--