Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96963 invoked from network); 30 Jun 2016 20:42:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2016 20:42:58 -0000 Authentication-Results: pb1.pair.com header.from=derokorian@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=derokorian@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.41 as permitted sender) X-PHP-List-Original-Sender: derokorian@gmail.com X-Host-Fingerprint: 209.85.218.41 mail-oi0-f41.google.com Received: from [209.85.218.41] ([209.85.218.41:33414] helo=mail-oi0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/17-14264-05485775 for ; Thu, 30 Jun 2016 16:42:57 -0400 Received: by mail-oi0-f41.google.com with SMTP id u201so82860647oie.0 for ; Thu, 30 Jun 2016 13:42:56 -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; bh=tNxL65AsD0wXAywE1HroMh5tOkA5gKlfWOuef6jCh3s=; b=P7khxkRidPKTeX0QGBdv0IzyCfxg+z4/ilGQ2nanLnKpz1gUy4rntZcov1NLYtFBiR CjBf+cIN5EZopOm93X5/qFiL32eOrsj1uiIpdF4fsheVz0/NURXyccsvexk/DA8Q1ywH BRsf7d+ndt/gripr2gyoEDnU/iuLgu/eNQYIDm3kepS+u971OBkJKF3pgKD4BmgCZEef FcTgMuncaWYKAV3bfy+jwb8ntnW8n1HRvpNXiQRSnnm327CrWtUzk1INECleS7+Hfjwh HHPSZ3mF1Tn1Q8GfFBVvzdcTgS8b7LfQ5BYqTi8IGB4yC8PAftI5nInmhI+gtDp9ZXKy nYCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tNxL65AsD0wXAywE1HroMh5tOkA5gKlfWOuef6jCh3s=; b=jcQirekV0LxfC3eOL62jZiJl9Nwz8Hux5osfoOUu9yeLCTonfEeyBzjtTJ6ebO5mFZ sNiBBO26bzk0UcCw4XxELYiydCXTRAqhW7VgD0O4GrZITFhBekoScnJ74Sctq/YBU2xw d1lSp2OFFZKA0v0TIeqQviUG3/qnBUyDMDMCmP0b0Uo1ubUuutsTMGORrjgXcSVrcqyj XSIETi+OvpagPCictxfCWZzR5NhJvxMjv13de+KOlKRzSMkyZBnwGSvNbMZfOOnzgNIW sJR89JKwWdQyAyNLIWTQDAnNC+Rk/Yu9NdgI/kaZnb3wI1twbMu1spz7bw9+JpNvMywg 0lyw== X-Gm-Message-State: ALyK8tLeUaDkHZvZt133nmtZVSebpmDjf7R2dAlRJ5cmF49P9BJvkNThiAWpU5wP2Lzzl9/oZgTikerLdl4vyA== X-Received: by 10.157.42.35 with SMTP id t32mr11462345ota.6.1467319373637; Thu, 30 Jun 2016 13:42:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.61.54 with HTTP; Thu, 30 Jun 2016 13:42:52 -0700 (PDT) In-Reply-To: References: <20160620222835.BC26C1A80609@dd1730.kasserver.com> <14352177-1b49-e2ed-56a3-9a770d0ebf95@gmail.com> Date: Thu, 30 Jun 2016 14:42:52 -0600 Message-ID: To: =?UTF-8?B?0JzQuNGF0LDQuNC7INCS0L7RgdGC0YDQuNC60L7Qsg==?= Cc: Stanislav Malyshev , Thomas Bley , PHP Internals , Rowan Collins Content-Type: multipart/alternative; boundary=001a113d1c2609affc053684ea1d Subject: Re: [PHP-DEV] New escaped output operator From: derokorian@gmail.com (Ryan Pallas) --001a113d1c2609affc053684ea1d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Jun 30, 2016 at 1:35 PM, =D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB =D0= =92=D0=BE=D1=81=D1=82=D1=80=D0=B8=D0=BA=D0=BE=D0=B2 < michael.vostrikov@gmail.com> wrote: > > > - Other people will ask about operator for another context > And you can say: We already added an operator for the main web context, > because it is the most frequently used context. If you have a lot of work > with other contexts, please use template engine. > > If you're answer for the other contexts is to use a template engine, why is the answer for this not to use a template engine? You want to add this because people don't use template engine, so what makes you think they will use this when there is a valid solution already available? --001a113d1c2609affc053684ea1d--