Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86220 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79081 invoked from network); 14 May 2015 14:39:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2015 14:39:16 -0000 Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.45 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.215.45 mail-la0-f45.google.com Received: from [209.85.215.45] ([209.85.215.45:33577] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/98-31470-293B4555 for ; Thu, 14 May 2015 10:39:15 -0400 Received: by layy10 with SMTP id y10so70782506lay.0 for ; Thu, 14 May 2015 07:39:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to :content-type; bh=LpUkO6HWRSV0GMEcC1kKTIwdsNxu4CCHHXD5tSHvnp8=; b=xSaRd9njblvCWXgqqJYNDUrunbbgJUwtoJTTP3sqL3+Y1iNwDerpJrHhY8l3CSzfj2 jgGv4uSYPO1yHx/CZ7zh7xa+dL1dW39KJ28Cabz6Xu3OQjK9JREeTtwcd3J58otOWsdi yzSxuoqdWoRZiWRF8KBXaPvZ5eThz92/m10AgT54cvJtTjCtOCXHfhy5a1q9Q7eyht+n 4Vg9U7o4WqdOY4qFF6AyCq8XLiiJSN43eKDcZgR0aL5KIRenOENP8XKUev9ldR5stqqX XfyxjZLlsr7kRBUO1AIwIrHCuy2QV+JhMm5ppPC6hrlzJH4Ox++nD1v5sKFUZYi7h3+U YW0w== MIME-Version: 1.0 X-Received: by 10.112.219.70 with SMTP id pm6mr3382836lbc.41.1431614352176; Thu, 14 May 2015 07:39:12 -0700 (PDT) Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.152.6.197 with HTTP; Thu, 14 May 2015 07:39:12 -0700 (PDT) Date: Thu, 14 May 2015 10:39:12 -0400 X-Google-Sender-Auth: KBQFMfoCYUxpQQETSsahvzGXRx4 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c3ccd8eabb5405160bb01e Subject: Alternative PHP tags and strict_types=1 From: bishop@php.net (Bishop Bettini) --001a11c3ccd8eabb5405160bb01e Content-Type: text/plain; charset=UTF-8 Hi! In php7@20150501, I've noticed that this code produces the expected output [1]: <% echo 'top'; %> unexpectedly produces the strict-must-be-first instruction error: <% echo 'top'; %> from the language would remove them and their contents from tallying as instructions. Thanks, bishop [1]: The expected output is "<% echo 'top'; %>", not "top". --001a11c3ccd8eabb5405160bb01e--