Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110877 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 19485 invoked from network); 8 Jul 2020 10:13:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Jul 2020 10:13:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BBC06180508 for ; Wed, 8 Jul 2020 02:03:59 -0700 (PDT) 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, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) (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 ; Wed, 8 Jul 2020 02:03:59 -0700 (PDT) Received: by mail-wr1-f49.google.com with SMTP id q5so47987440wru.6 for ; Wed, 08 Jul 2020 02:03:59 -0700 (PDT) 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 :cc; bh=Rngxv5V3P3AVEysoZi3Qkqsh/RmN94qPKU6jixcBauU=; b=Uvvz5HWpEgefuL0cDjYQnm6i76WTUxM7UnADvSHv7HWxDL/H20cBTRV3Vcw7JOfoNx KLD1SaFhXpFj3GRCOXlYl9d2klvz9z8jcwDCtkLTvzlm48BEvcviueIzOR094G3b0C7f RxLxEghvaxsIKO/wCMNgeLdd2nPDKfzN29jSlESeKN53nWXibg8uGaCt4g1hWGVTXjU1 RvgG+8clAfv+M9/7uNQ3qP0mRvKld+PFcMb76gYOZlSXB5Rx//qfQvFLkUpZ+71r4cBV YggBrvNoVbwS/CuRM5nD4/Gdu1aNLlZ3aOc2fqrfdwm6ewXWTydJHtlQs6JGF04vs4JT 8RPQ== 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:cc; bh=Rngxv5V3P3AVEysoZi3Qkqsh/RmN94qPKU6jixcBauU=; b=Mz6y/lXiKWZ5MFZggNnNVeCZa8EpMv6KukoCwUVg4MC4LHG5ym5Bg17Hu8vVC0gFWc 96lQz1CCPzstiAwYtWLkcnblFatA+pEbznF5Ri8rvmZFd/d1li1Fx8IoXo6WP08j6+L8 stG0KQa9/RZIbQi/YcUMG66ncDnor+ftt5qisjOIP8jn72Re0ek4s9MVEefBodH6MYUd dYjYMlkJHAH4ztRnSg42Q0IS6TD2o8SmGDRrAcpO7hsnDUjtDc03dMuQMrEZb+ZQVnTH 8HuyxTtoWz+D+up9wcguta6XBcws4eTN55m64Ce/vfMEw/emb4b1N2dirajKEXHod72e GUCA== X-Gm-Message-State: AOAM531PkawZSkxk2+XtosAcBTFWSFa0r5LeK6MpxqZYxtjyF+7OglbW VW/0uEjAveZvKKUC+yBtA02f52WawKj4X9utO7d+ZVdFZxI= X-Google-Smtp-Source: ABdhPJyVOiTwHaaXBjqAiwQaPHTBCRFJpfOpNFiTCFLsqT9IG0mTy3VhDbWr8ueUI2e4dAz8ircKY7JqewKJFvckt3w= X-Received: by 2002:adf:f04c:: with SMTP id t12mr54539932wro.382.1594199036123; Wed, 08 Jul 2020 02:03:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 8 Jul 2020 12:03:44 +0300 Message-ID: To: Ilija Tovilo Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: [RFC] Nullsafe operator From: someniatko@gmail.com (someniatko) > I've reworded some things and added more information on short > circuiting. Functionality wise the RFC has remained the same. > > Since there was little negative feedback I'd like to put this feature > to a vote in ~1 week. If you have any concerns or criticism please let > me know in time. Just curious, do you plan on putting this to a vote in near time? The feature freeze is coming soon.