Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67673 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79148 invoked from network); 10 Jun 2013 11:47:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2013 11:47:06 -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.215.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:42059] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/BA-30264-9BCB5B15 for ; Mon, 10 Jun 2013 07:47:06 -0400 Received: by mail-la0-f46.google.com with SMTP id eg20so5662056lab.33 for ; Mon, 10 Jun 2013 04:47:02 -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=TFrW2mWhOJFQt1BKasMtzRXCOUXFTNtyv6Yr2+smQZg=; b=U2Y9VcdBN0HJvzMj44WbQ92bgQOW4rXLQn6CioIBHtNMQrPgXiwQu2Rec1DUGBTZWr i1pBNwcp6vGGdkZpqnp7RGYYsNPQFWUUmI4HQZuR63NAt1T3p8psE3SkbIwVRCcELDfw i63VGuRReej3ztZzLly/J195Avb+qyyiw23ddYyyVtSkMdloAvY+qq5R/q8yP7bH5VmM wulom3v/IxG1qFHUS6MJ0Y1Fr6sT0RF3X0/Cv+chY5UkZhljAvAsTIDe/NK5UWgXfqH4 +ClTEzEkhGHWQ164G5bAgFKtd0YYDiQduOOQ0fNP3uaNFFuA0o4mwG+Am0ch3623vV+4 zY3A== MIME-Version: 1.0 X-Received: by 10.152.6.36 with SMTP id x4mr4786279lax.40.1370864821953; Mon, 10 Jun 2013 04:47:01 -0700 (PDT) Received: by 10.112.138.135 with HTTP; Mon, 10 Jun 2013 04:47:01 -0700 (PDT) Received: by 10.112.138.135 with HTTP; Mon, 10 Jun 2013 04:47:01 -0700 (PDT) In-Reply-To: References: <6dd0f0c5be06dc0713890f2000a0b551.squirrel@webmail.klapt.com> Date: Mon, 10 Jun 2013 13:47:01 +0200 Message-ID: To: Etienne Kneuss Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Stas Malyshev , Anatol Belski , Gustavo Lopes , Derick Rethans , PHP internals Content-Type: multipart/alternative; boundary=089e013d1920bf6a4304decb56f3 Subject: Re: [PHP-DEV] Re: #53437 From: pierre.php@gmail.com (Pierre Joye) --089e013d1920bf6a4304decb56f3 Content-Type: text/plain; charset=ISO-8859-1 On Jun 10, 2013 1:24 PM, "Etienne Kneuss" wrote: > > So if I understand correctly var_dump now indicates a different type than > what accessing the property returns? > > Even if the change itself does not constitute a big BC break, this > behavior is confusing and seems like a big no-no to me. So a slight change in a debugging function is enough to keep a crash in many production code? What do you propose then? > -- > Etienne Kneuss --089e013d1920bf6a4304decb56f3--