Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97294 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33273 invoked from network); 5 Dec 2016 21:53:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2016 21:53:10 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wm0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:34844] helo=mail-wm0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/37-11772-4C1E5485 for ; Mon, 05 Dec 2016 16:53:09 -0500 Received: by mail-wm0-f46.google.com with SMTP id a197so110718060wmd.0 for ; Mon, 05 Dec 2016 13:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=YYKeaJKg0HPzN6CyFJ9+SeXPMx9/rF3Y6VFMAPlhDsk=; b=BNGP66u/HyLkUu0qepv2++eDmGLjhd8+5zE1YJ9gBbKYe14MWjqkYplj1jzF5VnC/t KOAWRp+VK+vCfaBWjaAF8i1K/0rKCDtVGRMU82z/dPKQPEq1s5ms/QjNydaOGWJYtg6U IfAki3iOkQ+A6fUh/aV7fprOVL0l/GmDMPQpDN7KcV97hQnGCzlOgx3/BG4EjUFnqnjT FKE7g7NZkmxGM6AoBFIamdtoLb8OxCXOhus+41Ls42hweQXnIngbnzJOLO3obu9/FuUb xF/JYypkOUW1cPeCtEUCTstE12EubipA20JFQJ6sfrzQuVtnYWIO4OjvRpI8yAQIb283 5KJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=YYKeaJKg0HPzN6CyFJ9+SeXPMx9/rF3Y6VFMAPlhDsk=; b=EjxB0GFE5S2XCuYb02JuLToJf3vKsgx58ehwwlf31ICbO6DGW+NQo5HEl0P3CiyvLQ BmFyu8kSjEu6LC0NPHcAJ23lFzqKuEqH7KnaN8zm8XNjzHEp4f7M4DiftOX4FtkzUy5/ sSNOmeIXBWz9lpEvn7WkjP40207Bf8HLroFXfoJPeY+eD8GoAyzKeS9E+cov5bkMNxF3 y4DjLav8N+VzzZqvO8Wgwfve+g8paPu2sZvRwPCegEuqB3apQWN7WhBGrebuFIXR1HLn mUWP7nInbK06qIe7kVclE/RxQ5EZCU2aggJpdLeLbDMGaTkb1M4uOmN/yfQJIHZ+QdMK mauw== X-Gm-Message-State: AKaTC03DSDEuG245HX9KaNO1GoGeTxH7pxFb3DH3EJQo5wr4X8zlE1w5etL5wzVY0qyClw== X-Received: by 10.28.138.137 with SMTP id m131mr10884033wmd.118.1480974785912; Mon, 05 Dec 2016 13:53:05 -0800 (PST) Received: from ?IPv6:2a00:23c4:4bd2:6e00:1076:b80e:edf6:bb91? ([2a00:23c4:4bd2:6e00:1076:b80e:edf6:bb91]) by smtp.googlemail.com with ESMTPSA id z6sm22420465wjt.24.2016.12.05.13.53.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Dec 2016 13:53:05 -0800 (PST) To: internals@lists.php.net References: Message-ID: Date: Mon, 5 Dec 2016 21:52:51 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Enumerated Types From: rowan.collins@gmail.com (Rowan Collins) On 05/12/2016 17:34, David Rodrigues wrote: > (Off-topic: there are some place where I can found the internals > talking about that? The externals.io not allows search.) The mailing list has a confusing number of different sites archiving it, all with their quirks. I find this one has a reasonable search engine and reasonable-ish interface: http://marc.info/?l=php-internals I'm not sure Bob and Levi's RFC actually got a proper introduction thread (I think the aim was to have a fairly complete test implementation first), but it was discussed when I brought the subject up a few months ago. See http://marc.info/?t=144253131600003&r=1&w=2 and http://marc.info/?t=144253299200003&r=1&w=2 Regards, -- Rowan Collins [IMSoP]