Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51019 invoked from network); 6 Jan 2016 00:26:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2016 00:26:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.194 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.194 mail-lb0-f194.google.com Received: from [209.85.217.194] ([209.85.217.194:35876] helo=mail-lb0-f194.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/85-21755-84F5C865 for ; Tue, 05 Jan 2016 19:26:48 -0500 Received: by mail-lb0-f194.google.com with SMTP id ti8so19438878lbb.3 for ; Tue, 05 Jan 2016 16:26:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=AKBZoPLzaHz6Js7MxktfES9TDsNozA7i+hzG3RJaAeI=; b=TYg8HZP9DWWKTMCyJOoUdc0sfj+CbSCqmiFDsCkY6e15/imvKvaBDYhF8qT0tO4sPm swSfIE76tJWwZZygweY5vz33uHHf1Jl1WkwFvPKNTzElMhOFPR0fZizw1fzFQQu/xDXO xjkzPx3tHB8yMICA5jMJnxGCtfNiR+nnsA1UTgTvicXuXOynGx8tJfgGnY9rk6pLXTkz aTk0paq6yFO63SC82jRaHZ1LTk4bVdpkJ8yY7DOgLZogwbfrZ25wRB0S0rPLbejBbIkJ SojaU1XSkOPaKxp/ZpYvodXf+5HC5Mj4eyBVJZwsf40RA0HX2jqLftlQi78wHHDBcQ8J 7aPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=AKBZoPLzaHz6Js7MxktfES9TDsNozA7i+hzG3RJaAeI=; b=Sl7tyIhiWevMzrr9/tSEfjR+xotRhOy4eEDriZmNYYlRIdr06Yjia9kL6zanoHwvOC xDc03cuRwzW+fTQhFRvlCWRwDc7ijIdtB7RgMB8PbOUTElH5W/ntwn9gn6XJjqurZiCY UtXTSivTSL2Nued/k1kBv9i8/hJtToTjzvlGBwSWHSGYdrFNAQu/brTq1D0K5P2EA51C MKl9/nD/b53peVraqSwC4FaF2aNTeqhxsOYbab5m7+G9EP1dAcUYqCm1p7SA3DjjZYHw 5sq79mxqBkf4SCOR5wWhb5Vf4VMvfSO3L7KV5zbD0dIEc4QO7OPAHNL69YQWZg9yR/sf dxvg== X-Gm-Message-State: ALoCoQnljdqqQ0FYjW4dSDlx17R2LLk6NqZA5qfZE/xCm86S13vgBwlgEMn/K2ziDeahf04u/Odw8v08FkDdo+8C6iuPOlZWFg== MIME-Version: 1.0 X-Received: by 10.112.168.194 with SMTP id zy2mr1714268lbb.120.1452040004517; Tue, 05 Jan 2016 16:26:44 -0800 (PST) Sender: php@golemon.com Received: by 10.112.37.44 with HTTP; Tue, 5 Jan 2016 16:26:44 -0800 (PST) X-Originating-IP: [2620:10d:c090:200::6485] In-Reply-To: References: Date: Tue, 5 Jan 2016 16:26:44 -0800 X-Google-Sender-Auth: 97O28LzM_XfGKrThE-yKxYkt-VM Message-ID: To: Fred Emmott Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] token_get_all(): additional location information, and raw tokens From: pollita@php.net (Sara Golemon) On Tue, Jan 5, 2016 at 3:57 PM, Fred Emmott wrote: > - T_ELSEIF to T_ELSE T_WHITESPACE T_IF > HHVM only does that when the text of T_ELSEIF is "else\w+if" which happens because of a fugly lexer hack which.... yeah... let's not talk about that. -Sara