Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85548 invoked from network); 24 Jul 2015 12:17:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2015 12:17:22 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.182 mail-qk0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:35598] helo=mail-qk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/F3-57278-2DC22B55 for ; Fri, 24 Jul 2015 08:17:22 -0400 Received: by qkbm65 with SMTP id m65so12762712qkb.2 for ; Fri, 24 Jul 2015 05:17:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OiCwDhpneiVm5k9mTZ8N8ZAjEnvqxrWA3UMLCs5ryUc=; b=X5aTI3DqoWmQAnjTHXNxConOwQ7wkLADl0iCfJeE3nTXmgx7GYq+14hi1LjzlBKu8Z GlW5qffhQrwD2M9o2PyR2BG/6NDv+3hygSGMztusUv1rBYIJteB8WM0rk0Z0vLpqqkIc fHwcOSa/gbtq/BdX4JHG38x5QvtnKL/CpoO439q3L8upo7OWB9m2YLIIzqPA/dvRUvic KRsB3kkeCOZ1kui5oXSyqnofH8doCEQFyr6uEFg5F0pJbA0Mm9RImtNpyTs+cTE11XJZ kSAbAtyDy44/N2XmGDf852q8hJO7ZjQCYCMwqbR+IUDV0ihy+7CXO/qtkUUDOZYKdu17 HXsw== MIME-Version: 1.0 X-Received: by 10.140.33.21 with SMTP id i21mr19452190qgi.4.1437740239706; Fri, 24 Jul 2015 05:17:19 -0700 (PDT) Received: by 10.96.151.5 with HTTP; Fri, 24 Jul 2015 05:17:18 -0700 (PDT) Received: by 10.96.151.5 with HTTP; Fri, 24 Jul 2015 05:17:18 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Jul 2015 19:17:18 +0700 Message-ID: To: Laruence Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113db7d4445f82051b9dfca4 Subject: Re: [PHP-DEV] Make debug_zval_dump prints int as long From: pierre.php@gmail.com (Pierre Joye) --001a113db7d4445f82051b9dfca4 Content-Type: text/plain; charset=UTF-8 On Jul 24, 2015 11:21 AM, "Xinchen Hui" wrote: > > Hey: > > 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. > > RM and me are worrying about this will break some APPs unit tests > .. anyway, welting doesn't find any in github.. > > so, is there any objections to merge this into PHP7.0? Some consistencies changes in debug functions are fine imho. Cheers, Pierre --001a113db7d4445f82051b9dfca4--