Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110508 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3009 invoked from network); 15 Jun 2020 09:07:56 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Jun 2020 09:07:56 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7612B1804CE for ; Mon, 15 Jun 2020 00:53:05 -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=-0.2 required=5.0 tests=BAYES_20,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-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) (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 ; Mon, 15 Jun 2020 00:53:05 -0700 (PDT) Received: by mail-yb1-f178.google.com with SMTP id r18so8540674ybl.5 for ; Mon, 15 Jun 2020 00:53:04 -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=Hffih3WstGNpWBJvD7UYfplidhaE9F6c8atRaNZED7I=; b=ZRuR6f6ko5SZfNKlZ3GSsw761hbmaczoMKsbjZB9SXFWWPstB09VfYVNQts6Ur8maF nEqxu29IrFdNFQjEh6yviKJrxf+wdCVcxF94lMrJZrjt/bbgv3T702JHzhLGwl4oxIRg h20gkA4mwmzUl+Ma98ViXxPvlnC829Av4P93Tuung4rEbcGNJ/QUN9bP7xntSDOXcddU 7HY57X5WlxFMWr+8779KVZvCAevZS9xEuXuD+I+Ht68OgnA4GMPjhwwVs2BzSP8KbSE4 uyUKlkNhnam0As10Fcqz5rCXGaHXB4l6NRnI5sbc0+4VCoDtZkjFxXNAmSA5zzdS2PoR mXyg== 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=Hffih3WstGNpWBJvD7UYfplidhaE9F6c8atRaNZED7I=; b=iO5WK5xT+QyphgwkxIG6xO5a8QHdknBjpzB5BQFWb1VxwOJC3NQYL3VN5iFgna/rJ/ 0pigdxAvYJ+J3RgzuzPmLdML8VGNvMgxAE1ueWHFhOOs1UK2DdYx1jdjliUbqcwOXDN5 0bKeH3jgYdcxN7/Ucjx8gcapQsRjNmBNtt1gwVd/ZXPdEw1IcDxL6zd73rLqlrliSBtc 1mjCOG6pFtEjvSsfnSFnzbMbb4LqJaws+DDZcnhCp6r/WrTh7Pux12WP8hMUy3RjO8lt MJkSwVTLPWaG0KSBftaR/Vlq0MYx65mPuRxmdrfG7s9viqwltccOyE4HI88fOeEovFUo j0Lg== X-Gm-Message-State: AOAM531odrvrIl+EihNK9SPeK6GqeuNFeDqTlD2Y9SJSixMqX7Xwzxix eBNeZPCjQRzMVugZWyNUM5YaKrfljhNrA00CUCt+rQ== X-Google-Smtp-Source: ABdhPJzOu2NjL8exDP/50DwNMNWQSMvQxlVlh/KGx3uwsEMtvXipJkpgdnnox1lWQ0GEi4i6ZlZYFYE77nmv72/2ayg= X-Received: by 2002:a25:a165:: with SMTP id z92mr41989244ybh.48.1592207579580; Mon, 15 Jun 2020 00:52:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 15 Jun 2020 09:52:48 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [RFC] Nullsafe operator From: tovilo.ilija@gmail.com (Ilija Tovilo) Hi internals > I'd like to introduce another RFC I've been working on: > https://wiki.php.net/rfc/nullsafe_operator 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. Ilija