Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95570 invoked from network); 7 Aug 2015 18:19:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2015 18:19:22 -0000 Authentication-Results: pb1.pair.com header.from=neclimdul@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=neclimdul@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: neclimdul@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-io0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:35340] helo=mail-io0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/23-60186-9A6F4C55 for ; Fri, 07 Aug 2015 14:19:21 -0400 Received: by iodd187 with SMTP id d187so119501371iod.2 for ; Fri, 07 Aug 2015 11:19:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5fVG1hg9HPEQ3XlQAqJXVYl7r92liOATHNcB7EKkVEg=; b=nK3vdlfwlhrZtHLqaYYCvXhHLfhx1N8X+DTy4vvu6UCnKAPfSMplbCTFQNaqCwRJor 8+ZjRljfBVJC7l+vdB2i9hQuC8TwqhF72owLeZNsbfdoapKBJpM3TsiSe102kWszPO30 XG6ADMEVnDkPAUFTzGSt3orryKhU4Vsg0RBEmneyZVEV6Wu/uxLSDeelTYzY2D/xZjur pjbdIoXTvtHKbA49lnETK2MJwGKc4OCasnpcu1wvsW3F5IsYQXzCFiwiCBylPMro2hMa 1HorByJEIROldveW9JoIZRTHlzBTkLNGGz36TyqAGhee1IzXFd278lsdcWIcNEAL/Skp 6NFQ== MIME-Version: 1.0 X-Received: by 10.107.149.11 with SMTP id x11mr9485921iod.141.1438971558336; Fri, 07 Aug 2015 11:19:18 -0700 (PDT) Received: by 10.79.29.198 with HTTP; Fri, 7 Aug 2015 11:19:18 -0700 (PDT) Date: Fri, 7 Aug 2015 13:19:18 -0500 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1140f8a8939d85051cbcacf8 Subject: Assert breaking access on objects in PHP 7 From: neclimdul@gmail.com (James Gilliland) --001a1140f8a8939d85051cbcacf8 Content-Type: text/plain; charset=UTF-8 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 --001a1140f8a8939d85051cbcacf8--