Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65977 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9359 invoked from network); 19 Feb 2013 17:46:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 17:46:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.54 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.54 mail-oa0-f54.google.com Received: from [209.85.219.54] ([209.85.219.54:36534] helo=mail-oa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/C1-17768-F6AB3215 for ; Tue, 19 Feb 2013 12:46:23 -0500 Received: by mail-oa0-f54.google.com with SMTP id n12so7234760oag.13 for ; Tue, 19 Feb 2013 09:46:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=EHHehRv6QSU24+2lFyI5XaCBhZqhMzWY+SaVadx3x4M=; b=mOMVkOqZtFw2OG99bsQjTrWcIHVWifBV+u9XREPzPfxr5JML/OPKkSw15443cwx9WA O7SBa8GD4ZhGg/Nt8Se/2KewVXuyPSkFVecMIlU/j6AeXkBqeTLI1G7393+e0UDwL88E tgRP7t2JITmaXsWUDKMqjOyabJSS3d70decQJGDuLF0g0qkojKRixCMsLTZRedWs/FX4 ot1WMZwla4yp3daYYQ5kRg+sQ/oY1/ZyphTTox2NXzvs2VO5auHyITCAZJ+XEyiC5zp4 vOAg0itfaIcPkY9vP227y4fZH+2JSnQ8fT0RSXv4QQo+9ofA+FALjC4W1/UJQdaiYHTl jg3g== MIME-Version: 1.0 X-Received: by 10.60.31.113 with SMTP id z17mr7744845oeh.37.1361295980219; Tue, 19 Feb 2013 09:46:20 -0800 (PST) Received: by 10.76.24.234 with HTTP; Tue, 19 Feb 2013 09:46:20 -0800 (PST) In-Reply-To: <51234477.7020607@sugarcrm.com> References: <51234477.7020607@sugarcrm.com> Date: Tue, 19 Feb 2013 10:46:20 -0700 Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] bug 49348 - notice on $this->undefined++ From: morrison.levi@gmail.com (Levi Morrison) > I've created a pull to fix bug 49348 - when undefined properties do not > produce a notice when doing something like $this->undefined++, unlike > regular variables that do. I've been bitten by this from time to time. A notice would have been nice.