Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54977 invoked from network); 11 May 2015 23:27:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2015 23:27:02 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:34513] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/60-51861-5CA31555 for ; Mon, 11 May 2015 19:27:01 -0400 Received: by pacyx8 with SMTP id yx8so121671639pac.1 for ; Mon, 11 May 2015 16:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=E6dLhUJm5tTzD5RNSQjeHRP+zRBpfEd6eVxRyE9oFBM=; b=VP56p8+9uQ4uwPdWUjz7QCD9pgS6ga29weeDDGIW+IS6czGVtEm5oTVw2zAVmGlBS5 r5af1yPwM2BfD9UaNF4asD+e4408Zi+WC4Nh3akfoawU1RPzjsxyg6QwA5qx8WQdSfNA pJOvQrsQuxSuEYQsOleR7AGKsAol+Ut8fNyKLg84Imr6vWwWdochkmopNXoSfnjsxsLr T1dBRM8+io/nkBirlvPhRF3Ynzr6ho2DlxF4+rwhU5N5I/3RXOFtMS8s4GaodLwQKc7b aUiX4UwX+EWE34VPhkCH2UanCh6cuUgm0mFCObFgsnLDDf/scZbVY5Y7UJq/7xh1Fdvv xNFQ== X-Received: by 10.66.120.196 with SMTP id le4mr23160223pab.53.1431386818797; Mon, 11 May 2015 16:26:58 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id sb7sm5258679pbb.94.2015.05.11.16.26.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 16:26:58 -0700 (PDT) Message-ID: <55513AA4.7010706@gmail.com> Date: Mon, 11 May 2015 16:26:28 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Sara Golemon , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Undefined variables undefined order From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > argument. I'd like to propose making the order of evaluation defined > by splitting this into separate statements: What is the purpose of this? I.e. why is it important that these notices would be produced in certain order? -- Stas Malyshev smalyshev@gmail.com