Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18458 invoked from network); 16 Sep 2014 19:20:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2014 19:20:32 -0000 Authentication-Results: pb1.pair.com header.from=shashankkumar.me@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=shashankkumar.me@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: shashankkumar.me@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:62819] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/88-64534-F7D88145 for ; Tue, 16 Sep 2014 15:20:32 -0400 Received: by mail-la0-f49.google.com with SMTP id pv20so448448lab.8 for ; Tue, 16 Sep 2014 12:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=1mUTModEf/JI7OoamLeABYY4yRCtUiSu3MQJvRVQKMQ=; b=bL55tSEJrYngcGoBge8CMifTwy1OrxI/Z3suea40r5ep0mgQvoCx/icEO//mXYHhy2 K4HEr+FlBH5ngJdXot0QpROO7hTHOFnand8EbatZjEbwewH+RzPBjea/bM0le3zEXs60 gZ+WFr89YsWgj/SJ++NZlBEb/uJ5B0gQJWwAewqxCYLOLtYZsbbsNmG+WsF8JQHubS8l A6+DIlAtmxCNOBgYAsmx0wey9r4rBix+QallqXSyV1Rzce1Jyjqq98GWAX4mIDOLiUvs cXO9QZDjW/I6U2Aizu3ICb++AefQ1r6DOiyZfHvBxSTAJavnAN4mLsVpTF4f4hiZlVSP SzEw== X-Received: by 10.152.36.4 with SMTP id m4mr39149200laj.17.1410895228794; Tue, 16 Sep 2014 12:20:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.140.130 with HTTP; Tue, 16 Sep 2014 12:20:08 -0700 (PDT) In-Reply-To: References: <540D638B.8010303@php.net> <24B60FB5-35B8-4B6F-AD6C-54A8B24D4462@ajf.me> <540DC38B.3070700@gmx.de> <324F7C72-BC72-4109-941E-BA2947EFA4E7@ajf.me> <0D0523A9-088B-4923-BA21-22F560E18013@ajf.me> Date: Wed, 17 Sep 2014 00:50:08 +0530 Message-ID: To: Andrea Faulds Cc: Adam Harvey , PHP internals Content-Type: multipart/alternative; boundary=089e0160b95ced7fc4050333a416 Subject: Re: [PHP-DEV] [RFC] Implicit isset() in Shorthand Ternary Operator From: shashankkumar.me@gmail.com (Shashank Kumar) --089e0160b95ced7fc4050333a416 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > Really, you should thank Nikita, not me. He wrote the patch. ^^ =E2=80=8BHe gets my bag of thanks for many things. > Well, the patch is written for master. It could be back ported, but I don=E2=80=99t know how. > Also, even if there is a 5.7, it sounds like it will consist purely of bug fixes and E_DEPRECATED warnings. Backward-compatible feature additions won't harm 5.7 and probably be a good upgrade path to 7 but that's a discussion for some future time. Given that accepted intdiv rfc is targeted to 5.7 I thought it will be ok here as well. --089e0160b95ced7fc4050333a416--