Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121468 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 40456 invoked from network); 26 Oct 2023 12:58:52 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Oct 2023 12:58:52 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 78BF0180506 for ; Thu, 26 Oct 2023 05:58:51 -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,HTML_MESSAGE,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS9370 160.16.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (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 ; Thu, 26 Oct 2023 05:58:50 -0700 (PDT) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 146C5401E9; Thu, 26 Oct 2023 21:58:48 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1698325128; bh=FqRf9d2yRnM0OV6agB8/LzfNXGJKrSA0Bk6itgptKH0=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=tKGV0xF6Y0fR9VLYr23U3nNDjrh8C82GdRvJZyADQ0ih2mATFuEVHO7EYMqYczEiy XPIbSyzwzvAy5A5z1petAYJtxl+jpHIuFPG1YBrUJzLFZJCjXVR09pl/8XgFsrfr+N sY2KckFf59LQN8VjFj9UaHaAV9eoNkQWOqPIUi/o= Content-Type: multipart/alternative; boundary=Apple-Mail-C13A17D4-E715-4F06-9263-B2771DB4EA47 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Date: Thu, 26 Oct 2023 21:58:35 +0900 Message-ID: <9EBE37E9-1A93-4D8E-B6D4-136B40E85431@sakiot.com> References: Cc: internals@lists.php.net In-Reply-To: To: Oladoyinbo Vincent X-Mailer: iPhone Mail (21A360) Subject: Re: [PHP-DEV] Basic Type Alias From: saki@sakiot.com (Saki Takamachi) --Apple-Mail-C13A17D4-E715-4F06-9263-B2771DB4EA47 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi, It seems to me that there is more to lose than gain. I'm afraid that when we= look at the signature, we'll be confused as to whether it's a class or a ty= pe. Even if these problems were successfully resolved, I feel that it would only= reduce readability. I've never seen a union type complex enough to require a= n alias. Regards. Saki= --Apple-Mail-C13A17D4-E715-4F06-9263-B2771DB4EA47--