Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39745 invoked from network); 25 Jul 2015 00:38:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2015 00:38:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:34078] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/24-10459-29AD2B55 for ; Fri, 24 Jul 2015 20:38:43 -0400 Received: by pdbbh15 with SMTP id bh15so20781174pdb.1 for ; Fri, 24 Jul 2015 17:38:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=aKv21p1yGaFXSi0mho79l4BWOaMf7ge4lWMOkFMTHpc=; b=Rw76oFmMb62GNNEOKR7gxYP8dDAD6Ty16R9rOGBQUckesSSpv01TzZCnOpmOf7hXAk RDIuRIQAXvw4fYTVCeNNUDW+KYjQodx5gb1eIqf1eQ6V6DdARcu7RgT+bBAem8tQUWR1 61Ko4Lwf1MQxT3VVk1MZ7TwfDwJphRMM8sJLlE9olHti+zdMjQhqfZRJZRLp5Lg33qSD wBAS6q9hjOAobWypAV4dt+VwrxvmsrKz1pz0FbjtHAjWCvLImDvdyc9vV/PLHnEqN3fd gBKJSMd7elmOhudRHmPgc2dkxQnmatRoPeFVtKcR6bCpPQZmVpldzsgsPXoef88ynRJc vdag== X-Received: by 10.70.64.162 with SMTP id p2mr37547093pds.54.1437784719940; Fri, 24 Jul 2015 17:38:39 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id 2sm16625627pdp.68.2015.07.24.17.38.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jul 2015 17:38:39 -0700 (PDT) To: Xinchen Hui , PHP Internals References: Message-ID: <55B2DA8A.50202@gmail.com> Date: Fri, 24 Jul 2015 17:38:34 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Make debug_zval_dump prints int as long From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I made a small PR about changes output of some types name in > debug_zval_dump, to make it behavior consistently with var_dump. > https://github.com/php/php-src/pull/1434 > > 2 things are changed: > > 1. print int instead of long > 2. print float instead of double. I think that's fine, it's a debug function, even says it in the name. Also pretty deep into engine internals. So I don't think is it a problem. Just add a note to UPGRADING. -- Stas Malyshev smalyshev@gmail.com