Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118693 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 92991 invoked from network); 27 Sep 2022 11:59:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Sep 2022 11:59:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5CC291804FF for ; Tue, 27 Sep 2022 04:59:04 -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.6 required=5.0 tests=BAYES_50,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, T_SCC_BODY_TEXT_LINE 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-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 27 Sep 2022 04:59:04 -0700 (PDT) Received: by mail-lj1-f177.google.com with SMTP id a10so10713892ljq.0 for ; Tue, 27 Sep 2022 04:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=PiUhKmK2MNdsI1H9ISrbZLXBhDRd9CEzgxTdFKkBzyo=; b=o9+Fm7OGQ30EEAMfc8NZcIZJQdXddOKJRFnvO8KrmGm/Vj+aFyd3CHjNIVrxuKOv28 39mSrOsaw1iSEa9nUZoQgmXRjMuNgWnXFhqSzOpwRnCcrkr+OFmg+GrYthSJDbA3D9lb I4H/x2sK7Hlkh33+pLniLXYIHeSpooQz2AJwQWdh/YiDRIgzJiwoB463ZXC6k3yu0onZ OA6aItCGp8xo0kq6otCSANsDLAXnR0FYpzoTHs234udbeQ1AOfDjzPN5MfS5f7gQ5lCJ LdXBItagVkIOWFVskb+lYYX4o66LpHPQU4Zdic54rqkFir7WzLpn8dvugXGx0Y57gI2q 1p9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=PiUhKmK2MNdsI1H9ISrbZLXBhDRd9CEzgxTdFKkBzyo=; b=0qw0vv3nAj2JBJ1C7fafEvYpjb3MIbiediR43lp/X94NmH66Heh2zGCu2pcGK1c+MZ Znsqg63CN/y1OU951XM2iJwcIYo8AokV0/eIiRBlPWcv9mDq1PbV5M7JovRoYkXhIF9m E0ZM4lcOsZzVEvznnyacq9opchjlcWH4W9NZ8pS/8VM0lbZC5NxLPJL4UbK0TuYyuQce wqVPFdo3Ji64ZAiAov5yR4VcEVi1dBU/OAlT+EcIQklZzCYFLd6AD/c6nfLt6v5tToWQ MWTtbk00O9qLk7LMJ+KVd+iiwtLu5bzEvNeQ0UY66HjpCn1dT0M/siR9+WXOJRtavIk1 wyIQ== X-Gm-Message-State: ACrzQf2lppYTjwVUWmS6J2Ed2EFHuIOa9Fl/R8ErfDRHwjO3O2Y3499Z AADffHzIoVEbWK23HQUWmWM0W0CQm8zN9X7GtiaTGhdR X-Google-Smtp-Source: AMsMyM7QCi5y+LjYAqmk+oTH6Xp90p6ZJusTXIofjl4xTI6YMM2xzfyGsMJwaCZDOCCEoyUoavT0v3kkshptsLa+Pr0= X-Received: by 2002:a2e:7d13:0:b0:26c:4062:acfe with SMTP id y19-20020a2e7d13000000b0026c4062acfemr9675087ljc.201.1664279942208; Tue, 27 Sep 2022 04:59:02 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5303:0:0:0:0:0 with HTTP; Tue, 27 Sep 2022 04:59:01 -0700 (PDT) Date: Tue, 27 Sep 2022 13:59:01 +0200 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset="UTF-8" Subject: Re: Alias for `int|float` From: olleharstedt@gmail.com (=?UTF-8?Q?Olle_H=C3=A4rstedt?=) >Hello, internals! > >What do you think about creating shorthand `number` for `int|float`? This is also related to allow all types of type-hints in the use-statement, like use int|float as numeric; Anyone interested in creating an RFC for this? Olle PS. Original thread here: https://externals.io/message/112209#112209 (dunno how to respond to an old thread when I don't have the original message)