Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80995 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68229 invoked from network); 22 Jan 2015 22:03:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 22:03:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.177 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:36638] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/91-61273-59371C45 for ; Thu, 22 Jan 2015 17:03:02 -0500 Received: by mail-we0-f177.google.com with SMTP id l61so4319584wev.8 for ; Thu, 22 Jan 2015 14:02:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=XGHT11xifL+7QbVWnJlXmYeBuBnYOkhD2Swiv9uQkFc=; b=dAmxeolbvdp8s+pYRcqoifhFb0CvuAHeDHECJgMlmzVTYu9ji9oAqhT6MZd906jVQN AtYzi/7v5PFyApYFEFGbiKXhN2Y57zL1X11a2qqgtooQFcq9/+dQiSME6+wLqMwSZkPJ kIyWdSgm9SMFillOcUC8JIU0miFgcFgBIKmqX7eBvWUDRJ/eX2XtiHLG0XjDzz3zmLzC 2xIrY4gqHQR2SwhUDRsRhf1ayDJqW/ztfMCQ+r9fc16ikJgkVOMiTG6/dtjARbpDJLk0 GCnRFlzLjkyb+snVDoSKmRWL+TP3VRS14BbHaWBdlSS+gUKaEdm77KCxhUOrt4NUVSQA TpEg== X-Gm-Message-State: ALoCoQmOw5r+NiVJWPvTUpJxcyIE2cGZD3bA4MCyy3m5Qc4oQlU+49ovHMvwxBp4zyteog24dcaJ MIME-Version: 1.0 X-Received: by 10.194.86.135 with SMTP id p7mr7293365wjz.89.1421964176879; Thu, 22 Jan 2015 14:02:56 -0800 (PST) Received: by 10.194.57.73 with HTTP; Thu, 22 Jan 2015 14:02:56 -0800 (PST) X-Originating-IP: [62.205.103.221] In-Reply-To: References: <54C12DD8.7020800@lerdorf.com> <54C1352A.3030805@php.net> <54C13BB9.5090908@beccati.com> Date: Thu, 22 Jan 2015 23:02:56 +0100 Message-ID: To: Levi Morrison Cc: Matteo Beccati , internals , Dmitry Stogov , Sebastian Bergmann Content-Type: multipart/alternative; boundary=089e0102e498a58b6d050d44d5e0 Subject: Re: [PHP-DEV] PHP7 Homework for everyone reading this list From: kontakt@beberlei.de (Benjamin Eberlei) --089e0102e498a58b6d050d44d5e0 Content-Type: text/plain; charset=UTF-8 On Thu, Jan 22, 2015 at 7:32 PM, Levi Morrison wrote: > > I had to quarantine a couple of tests in Doctrine and PHPUnit as they > both > > depend on the re-usage of the hashes returned by spl_object_hash(), which > > shouldn't actually be depended upon (am I right dmitry?). > > I'm not Dmitry, but I am fairly certain you should not rely on hashes > being reused. > The test in Doctrine is not about hashes being reused, but about testing hashes are not reused. It might be written in a way where a change of the hash is not portable though. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e0102e498a58b6d050d44d5e0--