Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85118 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 509 invoked from network); 17 Mar 2015 08:56:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2015 08:56:32 -0000 Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.177 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:33856] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/93-11855-F3CE7055 for ; Tue, 17 Mar 2015 03:56:32 -0500 Received: by wegp1 with SMTP id p1so2361360weg.1 for ; Tue, 17 Mar 2015 01:56:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=3biC8aakbJLKnzuREQ7vGaWqw2CP98L4l3PEkCGNvHg=; b=p7ZOGahBqpVhZ6wTjidnpVdfYYY8e2Lu3U538J3acKTMVTlxfv08fQgZDlCv7w98sb ZieL30y9Vx4djc/hrxUfQWVKBsg/heMWUWGPskBBaRrv07Pyn+xJkw5KTB0lJFBZdPVm M3ElINF6k+m69ikWq5KN1qB990bNXgyBhnGX4E3v0W+yeKAHAFVqm2L2DNxq7L8hBw+L 6tMowH/1HAGqfN6RXM72gi8PjjxlIes18MY9AVd3qqQn34p8tf3jj9M/JjwFtAf1+GVn o3vSC5k32YsINuUf08/TbwTaowbttDkV/Lf6vjYTJA/v1DTIH1NXFY27aqT7CdRZnWDN w3nQ== X-Received: by 10.180.39.33 with SMTP id m1mr129362433wik.26.1426582588873; Tue, 17 Mar 2015 01:56:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.27.175.157 with HTTP; Tue, 17 Mar 2015 01:55:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 08:55:48 +0000 Message-ID: To: Sanford Whiteman Cc: Leigh , Dan Ackroyd , Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=001a1134d93273e1d0051178244f Subject: Re: [PHP-DEV] [VOTE] Reserve even more type hints From: petercowburn@gmail.com (Peter Cowburn) --001a1134d93273e1d0051178244f Content-Type: text/plain; charset=UTF-8 On 17 March 2015 at 08:02, Sanford Whiteman wrote: > > rather than having a single untyped parameter amongst typed ones > > > Yes, when experimenting with strict types, I'd rather move things in and > out of 'mixed' than remove the notation completely. Like you said, 'mixed' > means, "I've reviewed this area and concluded it needs to be dynamic." > > Also, maybe I missed this upthread, but are the docs still going to refer > to 'mixed'? > Yes. > > -- Sandy > --001a1134d93273e1d0051178244f--