Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55075 invoked from network); 3 Feb 2014 21:50:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 21:50:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.169 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 209.85.215.169 mail-ea0-f169.google.com Received: from [209.85.215.169] ([209.85.215.169:34663] helo=mail-ea0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/47-35654-C3F00F25 for ; Mon, 03 Feb 2014 16:50:52 -0500 Received: by mail-ea0-f169.google.com with SMTP id h10so4042118eak.14 for ; Mon, 03 Feb 2014 13:50:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Y3sc8F07hiGg1NH4+N6HHbFaQI+56ptg9bTE5aHQ4ko=; b=AoubYep5emSZYBUiG652BWJUKMY0fo1izwCwU4hXVunddImbmu9Jx/pDJmarvp+a/5 JqvWcsnZ6+PbW5SRDyQpUlTIFQCqPCfBs4uRKZUSh0j67InhhnpyoOjNLo2rj7KAiEAl HmL12xsa1p3ndEzJVXJAJHIAmianmKu150uvvaqAAlCvGVNUZCOm4Rtt3oB8oJhmV+R6 Pl00lXsmFdHLnRPyYXUf6hQmyk5ncVBm1OthtHOr/Q1yG8IXce19e0zIwGNq59O2EzoW K5/erxm07k1MbcRxXnoBRGyu6AtzUhgbJEUowm/S794jnG7VbEI3VaGwrke2ao1QqB8T WxxQ== X-Received: by 10.14.225.195 with SMTP id z43mr46452252eep.19.1391464249655; Mon, 03 Feb 2014 13:50:49 -0800 (PST) Received: from [192.168.1.115] (mnch-4d04257e.pool.mediaWays.net. [77.4.37.126]) by mx.google.com with ESMTPSA id v7sm79864442eel.2.2014.02.03.13.50.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Feb 2014 13:50:48 -0800 (PST) Message-ID: <52F00F32.1060709@googlemail.com> Date: Mon, 03 Feb 2014 22:50:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: PHP Developers Mailing List References: <52F00437.7010903@googlemail.com> <52F005E6.6090702@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] __debugInfo() From: cryptocompress@googlemail.com (Crypto Compress) >> Meant output of var_dump is unexpected. > The fact that with this function developers can write > *new*weird/broken/counter-intuitive code like you write is certainly > valid. But it's not a B/C issue. > Valid point. This can't be BC issue as such code is nonexistent. It will confuse later on.