Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5132 invoked from network); 20 Dec 2017 13:43:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2017 13:43:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.94.27.5 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 188.94.27.5 scarlet.netpirates.net Received: from [188.94.27.5] ([188.94.27.5:56960] helo=scarlet.netpirates.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/5B-10479-1F86A3A5 for ; Wed, 20 Dec 2017 08:43:16 -0500 Received: (qmail 13633 invoked by uid 89); 20 Dec 2017 13:43:11 -0000 Received: by simscan 1.4.0 ppid: 13625, pid: 13628, t: 0.1200s scanners: attach: 1.4.0 clamav: 0.99.1/m:/d:20700 Received: from unknown (HELO ?192.168.178.93?) (php@sebastian-bergmann.de@217.229.40.253) by scarlet.netpirates.net with ESMTPA; 20 Dec 2017 13:43:11 -0000 To: internals@lists.php.net References: <21f74b9e-dc70-f820-2bff-4348a5855854@rhsoft.net> Reply-To: internals@lists.php.net Message-ID: Date: Wed, 20 Dec 2017 14:43:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <21f74b9e-dc70-f820-2bff-4348a5855854@rhsoft.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Mixed Typehint From: sebastian@php.net (Sebastian Bergmann) On 12/20/2017 02:17 PM, lists@rhsoft.net wrote: > [...] Off topic: I find it rude that you are posting to this list without providing a real name. > what you are talking about are unions statet multiple times in this thread No, I was not talking about union types. What I talked about could be thought of as an alias for a common use case of union types.