Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87709 invoked from network); 17 Mar 2015 07:32:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2015 07:32:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.177 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.220.177 mail-vc0-f177.google.com Received: from [209.85.220.177] ([209.85.220.177:54607] helo=mail-vc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/D1-11855-578D7055 for ; Tue, 17 Mar 2015 02:32:06 -0500 Received: by mail-vc0-f177.google.com with SMTP id id10so13914057vcb.8 for ; Tue, 17 Mar 2015 00:32:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ssfb3SXSAocgAIOK83H3/IXBIkGSPM6+iO0PyOxRhQ8=; b=imsGyLmmEvRCt0p6agQyDPmXsZW4JgvkTye6wqDapCAlmclQwUXZjP3fwB2qJMHRId UujlcRTn7M3mgJ3jOahljUAl43cMknLmh0lM3y67LX7wxemoHhnEMboT2H2JiVbFdbxp RSCR8/t6kmjhm6/jomvSWSWmIXLfjmObJRSw9JDX77pc0IkQPXMeLUYMq3oZ6d2b/Z5I lu0wnB1Jco83S1BgHSekIS9nLKeryDtaKW61n5fhKaKztu8TZ4aXe3kc9dVQ4QE23I8n 7KsWFvGCL3id3Z9OFv2sdKcnUQTHmEQgvvrQCNDahz4NCgicJmT4DA/8iG8oPeTrNifl HhLQ== MIME-Version: 1.0 X-Received: by 10.52.54.66 with SMTP id h2mr21857855vdp.51.1426577522863; Tue, 17 Mar 2015 00:32:02 -0700 (PDT) Received: by 10.52.177.7 with HTTP; Tue, 17 Mar 2015 00:32:02 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 07:32:02 +0000 Message-ID: To: Dan Ackroyd Cc: Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=001a1136653e7eb4db051176f698 Subject: Re: [PHP-DEV] [VOTE] Reserve even more type hints From: leight@gmail.com (Leigh) --001a1136653e7eb4db051176f698 Content-Type: text/plain; charset=UTF-8 On 17 March 2015 at 07:08, Leigh wrote: > > I agree, mixed seems to serve no purpose (just don't hint the parameter, > same result). Resource is something we're hopefully going to phase out over > time as they get replaced with objects (like Nikita already did with GMP, > and hopefully will happen to streams some time between now and 7.1 :)). > It has been pointed out to me, that mixed is useful for being explicit, rather than having a single untyped parameter amongst typed ones, you know that it was designed to accept anything rather than being an oversight. Completely valid point. --001a1136653e7eb4db051176f698--