Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87694 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54442 invoked from network); 10 Aug 2015 07:17:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2015 07:17:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.160.174 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.160.174 mail-yk0-f174.google.com Received: from [209.85.160.174] ([209.85.160.174:35084] helo=mail-yk0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/20-51461-D0058C55 for ; Mon, 10 Aug 2015 03:17:34 -0400 Received: by ykdz80 with SMTP id z80so21188965ykd.2 for ; Mon, 10 Aug 2015 00:17:31 -0700 (PDT) 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=p+B7kT/zkIeXOiXj9Nr99w1utKsEc2FVDdbh1Ju1tXw=; b=Hx8RT0aBhSMvPmPrx6/bp8o0V4VdDfSvZlH6QqDCMQrdgz2DnxcHliyPbQ5twAXdeO tC5t7aWlPzUMCpYDXZzKo0FyrAeqKf7YvotE2FZSec8JJzoGpfXS8ReGJAdGjAYCWdul d7PUvTLWsgGgb5Y0zz4p2OgiILiWA8wWE74VRYwuQHHpYifLDk017G2762ANnbi3Ux5L voySHDvf9LUs5Og/2vWI0cnZX/vrsoDAUIY18rfPoc5CfZMOWCashYJVVn2b1eQxNfr0 XwCpo6IdI6HUuKgY40SxCUNomNDsOuHXCrWwjjHU6whVXUNKKVEP6xwwNp2xQ2svZTCs 6OEA== X-Gm-Message-State: ALoCoQlbHr5HEFisG9JDr6EIFKLVeklycjWICj6Lj++uPPBIpkTpEYukc0kDAtVsnueB+JawRrbE MIME-Version: 1.0 X-Received: by 10.170.216.194 with SMTP id i185mr19833047ykf.80.1439191051323; Mon, 10 Aug 2015 00:17:31 -0700 (PDT) Received: by 10.129.114.213 with HTTP; Mon, 10 Aug 2015 00:17:31 -0700 (PDT) X-Originating-IP: [217.39.65.237] In-Reply-To: References: Date: Mon, 10 Aug 2015 08:17:31 +0100 Message-ID: To: James Gilliland Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1139fce460fe38051cefc7af Subject: Re: [PHP-DEV] Assert breaking access on objects in PHP 7 From: pthreads@pthreads.org (Joe Watkins) --001a1139fce460fe38051cefc7af Content-Type: text/plain; charset=UTF-8 Morning James, I only just saw this, Bob fixed it already in master. Cheers Joe On Fri, Aug 7, 2015 at 7:19 PM, James Gilliland wrote: > Not even sure really how to describe this but recently adding some > assertions to code in Drupal caused some really weird failures. Here's a > test case that sort of shows how it works. > > http://3v4l.org/7cQNm > --001a1139fce460fe38051cefc7af--