Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111011 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 42496 invoked from network); 15 Jul 2020 08:15:39 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Jul 2020 08:15:39 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 146EF1804F2 for ; Wed, 15 Jul 2020 00:08:15 -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-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) (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, 15 Jul 2020 00:08:14 -0700 (PDT) Received: by mail-yb1-f171.google.com with SMTP id x138so658595ybg.9 for ; Wed, 15 Jul 2020 00:08:14 -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; bh=IQMwVEuPJl3PFiwxiA4mJW/zlGbikI/ghLM4Sve7OVg=; b=Ha5jj+iJrkvzW1xeVV8w9yNrA9eQHfstlaaWiRq6xrrpH/L3q0Tp5PIJYIel78316c mfF7KGy43VHy7SSjSL97mKFfjGu8OHdoNl0UAY8gnKkFMsAqvGceFM4MtsDt3Y5cAcnl m3Ll/jMTdo0HLBwnvtyX5+G+cNTAJkNDRfPuHmej1DHtX74o/ecrJ8Uh0+rHc8o0gCv1 i7aD6ga2ydRKMIiEJJ1eI8wMimyFdvIhEAXtgkDnufKXSXuhYbxCVbUOBnxmVa/PMWVX fshncZrnFGzw1Zuwl9IUvwAHAJAum5C1nsRc5cKDIcz75gIv3KS6mHkzr1T5+UpAihmC wtvQ== 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=IQMwVEuPJl3PFiwxiA4mJW/zlGbikI/ghLM4Sve7OVg=; b=h31ydiLNCwQjC8AgZ9YlaM+HMoUDsTQek8lXAma0bDjYjF7/6KR4K11pCI4gl+KGUz X5bRIYWawLy34L9x7wN4SZ7dFQap+JJ2eWLzO2t6EKbuAw0EeclJv2wTbldEofFJXbhW /CP6XUTsOp30WTxXkUmPtmUGffyf/pI1k9WrmB8+i8hZQQMNR8Ht20cmUNGgchRuRq94 f4Qc7U64swwFgPlc6GLYwff+AluKKN68htc4yDPcY+KrP1iccpavnImcnaDF3sz0msP1 2ROoTE4yiXXbBYeGpg52lBUvmGgMpL3sLEDF3QMqTSus8eltAwYBfC2TwbYnKp45wgKz L3zg== X-Gm-Message-State: AOAM5326VujONqmLiuxbvX5P72SFsdmCGoO5WZcaAsb9205I8SK5h3sm EpshslcMMHE+I36PKhAr6mIQCE5z6tIVLj9DeJbBa74i X-Google-Smtp-Source: ABdhPJxE1vihDpZsf8rL5AiqaGMRDBEgQhwL6anlIg2BhaPQlTcqQyCZ1/xl7Y5/udLo53u4h5hKHxErCUHtk5O5jf0= X-Received: by 2002:a25:c711:: with SMTP id w17mr14793995ybe.109.1594796886336; Wed, 15 Jul 2020 00:08:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 15 Jul 2020 09:07:54 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: [RFC] Nullsafe operator From: tovilo.ilija@gmail.com (Ilija Tovilo) Hi internals > https://wiki.php.net/rfc/nullsafe_operator Unfortunately, we have found some new edge cases that are currently not handled. I will have to delay the vote again. Over the next day or two I will implement the changes and see if there are any other surprises. If there are, I will be delaying the RFC to PHP 8.1. Sorry :( Ilija