Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41560 invoked from network); 7 Oct 2016 19:32:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2016 19:32:02 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Received: from [82.113.146.227] ([82.113.146.227:32968] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/42-20821-E28F7F75 for ; Fri, 07 Oct 2016 15:32:01 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id B8F9A10D2A1 for ; Fri, 7 Oct 2016 20:31:55 +0100 (BST) Date: Fri, 7 Oct 2016 15:31:55 -0400 (EDT) X-X-Sender: derick@whisky.home.derickrethans.nl To: PHP Developers Mailing List Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Regression between RC1 and RC2? From: derick@php.net (Derick Rethans) Hi, I was looking at Xdebug for PHP 7.1, and I ran into the following inconsistency: https://3v4l.org/tHteN I first thought that Xdebug was messing up, but it seems like it's different behaviour in PHP itself. As I clearly return an array from __debugInfo, I don't think the new result is the correct one. cheers, Derick