Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67410 invoked from network); 24 Jul 2015 08:21:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2015 08:21:34 -0000 Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.216.52 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.216.52 mail-vn0-f52.google.com Received: from [209.85.216.52] ([209.85.216.52:34798] helo=mail-vn0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/A1-57278-785F1B55 for ; Fri, 24 Jul 2015 04:21:32 -0400 Received: by vnds125 with SMTP id s125so6384459vnd.1 for ; Fri, 24 Jul 2015 01:21:24 -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:from:date:message-id:subject:to :content-type; bh=NR1Yheo46+JU+nBOjqejSaMj0RiF3hNg5CSY9LgLzTQ=; b=fzfFU8BzUr+mIUuJelP95msEK88kDPtvZyggIVHZecpaKaCA7qyMQMCrA1QUvkvC4n hW9OmTGUfSIE9Oh95UmY6eWV/qzGnHFN1TqnbGXzNyWjeorkqboa+YRMDEkBlM3sI0p3 MH5L6MER0JMkiLXOHhRci8+XrCw1Xn1dTshIdLD2hLNRFvNj9x6ivj8O/anYhlbxjTfi biNi574zclMD4fqMpNj6eMVRen8ycqpib4Mv6nHx8NGy93L1B+J+z/wi9BzLKwIDHaT9 bbUVwW6kJj+cBojETno9TAUaCwMQ8BMslhsvXF0mkCj8sIyNNe3CDpTyFGBDVSK86J4W cpEA== X-Gm-Message-State: ALoCoQkElE0as7oZtw2nK6gQ7qPds5Owyy5JhAJQH+UUHrJjSkk9e+r6B88TT6qiME9fEvCPie4l4DWqVzD9hILZSQW2UXSXUuWAHjZ7BZVnPBcrxAG48A6XwDAoK4uCSK60ZDzlXxGLpw90U6lrAiAVcbxlLe/wiyi75HLhJRjr6kru7fNAweU= X-Received: by 10.52.72.84 with SMTP id b20mr15507920vdv.6.1437726084673; Fri, 24 Jul 2015 01:21:24 -0700 (PDT) Received: from mail-vn0-f45.google.com (mail-vn0-f45.google.com. [209.85.216.45]) by smtp.gmail.com with ESMTPSA id r7sm1593553vdw.23.2015.07.24.01.21.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jul 2015 01:21:24 -0700 (PDT) Received: by vnaa140 with SMTP id a140so6381068vna.2 for ; Fri, 24 Jul 2015 01:21:23 -0700 (PDT) X-Received: by 10.52.165.194 with SMTP id za2mr15303110vdb.17.1437726083812; Fri, 24 Jul 2015 01:21:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.12.1 with HTTP; Fri, 24 Jul 2015 01:21:04 -0700 (PDT) Date: Fri, 24 Jul 2015 16:21:04 +0800 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Make debug_zval_dump prints int as long From: laruence@php.net (Xinchen Hui) 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? thanks -- Xinchen Hui @Laruence http://www.laruence.com/