Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108457 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 77932 invoked from network); 11 Feb 2020 12:10:00 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Feb 2020 12:10:00 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8767A180532 for ; Tue, 11 Feb 2020 02:23:53 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 11 Feb 2020 02:23:53 -0800 (PST) Received: by mail-lj1-f174.google.com with SMTP id v17so10927728ljg.4 for ; Tue, 11 Feb 2020 02:23:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=YwTG10BhmlFi+n95Tl3UZGn8SG/OQWl357Kfr6Idfew=; b=PasMhM3ScWw/fOqZ9ev0Ne7Y8rpyhYRxyQo6UupE/8jlWcLvofpBj2IOBu5mlIRxSd UX3G/wdbal0QCEnKpC4CaLn8oZjFDMd/R9N76kg5Qp/IqwgOmBC6z+LTmeAn86UznY9z FC9UTTt9mKO3j8n8jKcOh9VUhrn5f3CqfqGA5dtdQD96n3RwdOpUYT+yVxBjqhFFSH2u cuVbWljCKZM++cP/2p381Kq6V8U9ZLVrb+dwWxxc4vNDuZFfDYejZWT1CSOSxizxYkzr E/gxRYk4JRGvaB7L639mjhwyMIGvG0GVFW3HPf0R+6VJI5vjvWsazUEZ2H6ezX+dwVmU hjYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=YwTG10BhmlFi+n95Tl3UZGn8SG/OQWl357Kfr6Idfew=; b=DQdjimTAewYsJ+KPCRuVDopi6SXFQnNMan0r6++eqYoW6aHs2TrlpuSM6vX0HzkNIj gJoXwUvUt63K+XZxGuy/OSeLTVE3B4sVUqfgHZQThovkq+aDtqP6Icu6o71ZHJUxzN6a Q68hEWDGsd90WjsXbi1uCr8fGXSz3g6z89B/9BWW1WblERyTjzPKR+bdQSLot6Gpwjee DDYzSrwyZcxFmpM4ci7xYdzwjrZZELnx2+97V3wJNgLUoIIFMES3wYcPqwpwpVSb+mF6 iafPRy8Cp5Ke9bBLPxuhSgvv5kF2vtnqhDKRdf0UikOawEUD32YyH2O6/kFhjgqrfU95 JS4g== X-Gm-Message-State: APjAAAWg6UGijev5BuXWrfoRSiTyYjUAs6UOY6OQhKoQNecbJV0fybyo FAOA2p1C+l7igje5APwJjqdaDseXbI1SvCJDPHUq/530 X-Google-Smtp-Source: APXvYqwGIMolZccrEbYknfWsuZp6pVo+5Yg+za8y6407PwEHftZO9NAJiQYt4Ta8BfnTBtvUNn4bvcQ50XXf96Mitws= X-Received: by 2002:a05:651c:297:: with SMTP id b23mr3849938ljo.260.1581416631983; Tue, 11 Feb 2020 02:23:51 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 11 Feb 2020 11:23:35 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000097619a059e4a4065" Subject: Re: [VOTE] Static return type From: nikita.ppv@gmail.com (Nikita Popov) --00000000000097619a059e4a4065 Content-Type: text/plain; charset="UTF-8" On Tue, Jan 28, 2020 at 10:59 AM Nikita Popov wrote: > Hi internals, > > I've opened voting on the "static" return type RFC: > https://wiki.php.net/rfc/static_return_type > > Voting closes on 2020-02-11. > The proposal has been accepted unanimously, with 54 votes in favor. Regards, Nikita --00000000000097619a059e4a4065--