Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90651 invoked from network); 17 Mar 2015 08:02:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2015 08:02:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=figureonecpr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=figureonecpr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: figureonecpr@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:37602] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/42-11855-E8FD7055 for ; Tue, 17 Mar 2015 03:02:23 -0500 Received: by wixw10 with SMTP id w10so3832945wix.0 for ; Tue, 17 Mar 2015 01:02:19 -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=tBEFzwV39UWhpYEwM94k65uu9Hz6bnAmSxJvQUwJPtg=; b=rdDyeFRT//KPRXy1aiBbAsNh/bNJi0uwnORytLbcZ9zc0nY6AwzZ+qTdUpfCB68mfj wGJ3dST6JoUnNKbKqM4ezTV+JgVrkTlwSXVZAgmgokDZZOP/A1sn9YcVXpiRLqy48tZC G9g9owffK2F5qCP4qf2+FC4X6Mt/O1Pw38u68+oPk9ceDi4C6q2bMKLo3yXOEMSc4jNV uiG+x66m3kWJ0m0xXVuJuAcQChO0IvFgYr3TgDmuxGYT3B774nVciDBhBSiWvqO1naeU UqlbDegu7OR1Cjw75L0qH+itjLd50jo+XvXS5rqZP5kpbwekR/ad86WyN46csFAB1xS6 s/TQ== MIME-Version: 1.0 X-Received: by 10.194.20.67 with SMTP id l3mr127382467wje.94.1426579339880; Tue, 17 Mar 2015 01:02:19 -0700 (PDT) Received: by 10.181.7.5 with HTTP; Tue, 17 Mar 2015 01:02:19 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 04:02:19 -0400 Message-ID: To: Leigh Cc: Dan Ackroyd , Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=047d7b5d649acc2e9c051177621a Subject: Re: [PHP-DEV] [VOTE] Reserve even more type hints From: figureonecpr@gmail.com (Sanford Whiteman) --047d7b5d649acc2e9c051177621a Content-Type: text/plain; charset=UTF-8 > 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'? -- Sandy --047d7b5d649acc2e9c051177621a--