Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47540 invoked from network); 29 Sep 2015 18:30:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2015 18:30:02 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:35200] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/30-46083-8A8DA065 for ; Tue, 29 Sep 2015 14:30:01 -0400 Received: by laer8 with SMTP id r8so19145705lae.2 for ; Tue, 29 Sep 2015 11:29:57 -0700 (PDT) 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=6fbiLXBqEBBbUdbiNJgjX68UTtcufu7LJfsXWgU7kk0=; b=bSraCGDrpouTvbT7Mh0UjrldAI8fW+s6QAYtbSX6cIEj928pe0Ygo+01jPll/h6FBW pO1b+vQ5cVr6MPANB+gQpSdQwCK85FVlISpW7V88jXnI5PCqsACmQUFrUaI03kgvoJCH d6osqTEuIZgeA7Rl/Jcf/y6dFjCRdleZ0rlj6h2zT5M0rKlUVYbF/nolH0EoP1ohh1Da uAa4/VOOqrG6SCYwRyPZQKNL9shKbIHeSzwhS15Amdr/KR/nHAtigj5cYbFPSLAcBpcd fdBaE2HxIx9jdGtszYacAdUOjkKhn45wFZ55RuHBLmSRxFGwE1Q7eE0X6Q9isVnIfozN z2Qg== X-Gm-Message-State: ALoCoQkEBI+U4QoLhnOQ0pY/Ze/oDKEvrkUd7zYU6/SGxEMiKhX2XAIOu2uKtuhrUodHx6AR3EqW MIME-Version: 1.0 X-Received: by 10.25.22.146 with SMTP id 18mr4995429lfw.8.1443551397298; Tue, 29 Sep 2015 11:29:57 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.40.133 with HTTP; Tue, 29 Sep 2015 11:29:57 -0700 (PDT) X-Originating-IP: [2620:10d:c090:200::e:6893] In-Reply-To: References: <56095A0C.4070306@cubiclesoft.com> Date: Tue, 29 Sep 2015 11:29:57 -0700 X-Google-Sender-Auth: ctUamlKr02Cdvzv1_zc_XsyAcE0 Message-ID: To: Pierre Joye Cc: Levi Morrison , PHP internals , Thomas Hruska , "S.A.N" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] async/await - is future reserved words in PHP 7.x? From: pollita@php.net (Sara Golemon) On Mon, Sep 28, 2015 at 10:30 PM, Pierre Joye wrote: > This model totally failed for us in the past. And given that these keywords > will be used for anything related to async APIs, let reserve them and put > our users on the safe side already. > Like that time we reserved `use` way before namespaces made it into the language? -Sara