Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113877 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3017 invoked from network); 31 Mar 2021 12:17:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Mar 2021 12:17:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EBF361804B7 for ; Wed, 31 Mar 2021 05:14:33 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) (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, 31 Mar 2021 05:14:33 -0700 (PDT) Received: by mail-pj1-f46.google.com with SMTP id kr3-20020a17090b4903b02900c096fc01deso1121614pjb.4 for ; Wed, 31 Mar 2021 05:14:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dqxtech-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XEDzrXypMqyJ9QNnhHY0R6YEPCgHfOaGN1SDji5lnr0=; b=j21T6xB0tmpfOaoOXWtG/pOdEFy1f1fBMt7DWuwm1H8KbXKwqEZz6fQ9opZDOVBf/s XTQ12GKUBZt7f6TF5Uv64IcN9F5i4jh4aWp80h+9LPNHinem8goKEDg/aP0V0GoZf7z9 zrVG1yIBirEomi3SWm1xNVfHB2qu4GQ4Gb5Lfbt6TToXyD61/HDN7gfCkfhfWWA/fhNM tFYjkJXKe03qgm5WF7PUiN9KgVeAC9QpPgnaXMPkS0OcSPzfhYOgjOpEAvi1ncPhhIYC XMzUPjUs0raLABExME4FxKRXrntlL0O3Xnf3jrbeNb+DeYUqfYJb1VBVJA8oO0esyQ0g 4Wkw== 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=XEDzrXypMqyJ9QNnhHY0R6YEPCgHfOaGN1SDji5lnr0=; b=P/3jSqb6oSlEDLylaqA56PdISOal0j71T8aHD+cc3v0q3Rlh+k45s4+MJcFoxLpDDu 7CajKB1/+r5+vXEj9zX3gEOHyJ7Q7Sw9g1MGEhGzl29k/t4QAce+z8mMsSryFqDVflmt 7gSO9YP2p8KOr64QmP9gB9RM1aLJNOmzGaScKSeFJRia2cq9sqgylnmdidLArGTj6iPY 5pTZ4p5FgrbJX19deH6eT4EiEgUtTG7U0Fd/yoVKrO/P8WirXVcZP+Q/rq5OSVtEa+4F x1ulQz6qsy9EK74BoMrBr22N36vWMK5bxYbwkEomo9XpZKBag8kT8QlVlChXaJc6gse7 4fwA== X-Gm-Message-State: AOAM530hxqT8v9GESa5SBT48wbs2kXcfB392j2oEpmHccOSvc0x1sw4+ caPfAFEB+b+egRlb6BYktbi94pi3m0+o5VsaG1xpgA== X-Google-Smtp-Source: ABdhPJwCSijxX4l8goDhdPE9rXgJYgOo5IUxKIIgrWdaOYzeEnczBosoLWMIcFbfeNWeuepVtxvLoB9QBH2i37/awzY= X-Received: by 2002:a17:903:4106:b029:e7:49bd:4266 with SMTP id r6-20020a1709034106b02900e749bd4266mr2974359pld.56.1617192872288; Wed, 31 Mar 2021 05:14:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 31 Mar 2021 14:14:21 +0200 Message-ID: To: Peter Stalman Cc: Matthew Brown , Internals Content-Type: multipart/alternative; boundary="000000000000afb88705bed40e3f" Subject: Re: [PHP-DEV] [VOTE] noreturn type From: andreas@dqxtech.net (Andreas Hennings) --000000000000afb88705bed40e3f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Also check my comment in the other thread: If in the future we want a "bottom type" that also works for parameters (generics or abstract methods), should we create a new keyword, or should we attempt to find a keyword now that works for all cases? Neither "never" nor "noreturn" seems suitable for use in parameters, but "nothing" would be. -- Andreas On Wed, 31 Mar 2021 at 05:35, Peter Stalman wrote: > Aw, my `terminus` suggestion didn't make it. =E2=98=B9=EF=B8=8F > > Thanks, > Peter > --000000000000afb88705bed40e3f--