Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95319 invoked from network); 14 Jul 2015 02:22:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2015 02:22:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.214.176 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:32954] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/B1-13946-E5274A55 for ; Mon, 13 Jul 2015 22:22:22 -0400 Received: by obbgp5 with SMTP id gp5so129061910obb.0 for ; Mon, 13 Jul 2015 19:22:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JikVr5zz3pmsNHIAHLSqc/pX+hQBb32kA5cCHiUfHBQ=; b=gnBfgTDdqqw5ct3arjsAggAyq6htnaChMI7fXWEeHKvtHhrtFhlHYHsH2dE5z7Ek6K zWHycDrjqV9dbLK++sPvwRmzVRZE3pZUMH9kgyJA+UguUre5JeRWT6yTyCcP1n5lexjg ei+I9lI4Adq8S51IR+b501tgrfuaWzQ0Gow/lBNjGu2ky0i5XHO1Wx6C9zyyffGhnWyw bv9jRSsgLzWamL5UkaLtoB1CUjVzrG+RXH5RpCqLt10nabASU2U2DIOl1juUh1kPlnIZ sL2ppM1lZybVUHclzxqmDOOlyeGqjl8nrxnmII9Vw8ej1HxRqb6zxnJPFdqKRBKwbsYH XyBw== X-Gm-Message-State: ALoCoQm4VQQsCqhOBFMyKFLTmqLu4Yca7ySlo15CrvEO/iHdfeZy2FtRx2rgiJReJV0QMxLbIBTi X-Received: by 10.60.37.73 with SMTP id w9mr24918553oej.49.1436840539301; Mon, 13 Jul 2015 19:22:19 -0700 (PDT) Received: from [192.168.2.194] (cpe-72-182-34-126.austin.res.rr.com. [72.182.34.126]) by smtp.googlemail.com with ESMTPSA id xx2sm10974218oeb.17.2015.07.13.19.22.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jul 2015 19:22:18 -0700 (PDT) Message-ID: <55A47259.1050409@ralphschindler.com> Date: Mon, 13 Jul 2015 21:22:17 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Stanislav Malyshev , tjerk.meesters@gmail.com, PHP Internals List References: <55A16593.7030608@ralphschindler.com> <55A221A9.2080907@gmail.com> In-Reply-To: <55A221A9.2080907@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Possible Bug or Bad Expectations? From: ralph@ralphschindler.com (Ralph Schindler) Stas + Tjerk, > is called, it's in isset expression context somewhere upstream? > While it may be nice in theory, in practice I'm not sure it's doable - > or worth making doable. Thanks for your input, I suspected there was a certain complexity I was not immediately seeing. -ralph