Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72844 invoked from network); 26 Jan 2014 15:51:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 15:51:21 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:48581] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/50-05711-8FE25E25 for ; Sun, 26 Jan 2014 10:51:20 -0500 Received: by mail-qa0-f42.google.com with SMTP id k4so6255449qaq.1 for ; Sun, 26 Jan 2014 07:51:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=GnWWDoYBN9NSLrWNvuHwhH8hyWYQwAU4A9OJwgsXxzo=; b=u2oroRfcHtEjcZvBSt/Loz4VDuOyleaNYP7WuGMImBDDK0yoXtK/6lNhK0aGPsY5TF V3NPaKbFhCHKGvyfzSkw2ZyMF/JhFxHGIm1T0MdonhNaW1iLtC6bEn1QOfgToEhBQ8bQ 1LXYpNo8UEg5Ut6c/WznNRGUWxL7iZVoDLGYI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=GnWWDoYBN9NSLrWNvuHwhH8hyWYQwAU4A9OJwgsXxzo=; b=jhD1xLAVaYAGisdiVx3gNSnQWRhXCBpy8B0fPTISqd5vhUd4s2RN6YYOV97ZFNces0 LjFHiTdTrpNpD54DTa3OCngqfu0swJ6qDpXgpCj9ZXbbnu6sMNiJdGFBYnC6ZiThexex J8eHOwX1/3KIfdLbgMQ2Lgi8ptTiDFy8/SI6Z0AGS7UzSeJ1COQAVyxxSjPYRMYd8BeB btBnyptMPTYDwCzasiXzW7hc6DAv8qwTXcDz0O0O0Wi+kN+zhfYtSTEUVcOrtEZWwoGK KkOD2eUm/36cTgpENK/pLcBVfWEtoBRYqC8MPBTZsINigGmjiYnNCsVXjBzSkXsYU0I5 lQBA== X-Gm-Message-State: ALoCoQk308IhknmnnYK4QmwLSXMkHTAz5fJwxaYBXDdjPA1eeZ7ir18wtTYgoKdURzKe+BYVlQy8 MIME-Version: 1.0 X-Received: by 10.140.95.179 with SMTP id i48mr34164401qge.1.1390751477852; Sun, 26 Jan 2014 07:51:17 -0800 (PST) Received: by 10.96.182.98 with HTTP; Sun, 26 Jan 2014 07:51:17 -0800 (PST) Date: Sun, 26 Jan 2014 17:51:17 +0200 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV][VOTE] "Array Of" v Generics From: narf@devilix.net (Andrey Andreev) > Can you lot vote A, B, C or D to show your interest? > > A) I want Array Of, but not Generics > B) I want Generics, but not Array Of > C) I want both > D) I want neither I'd say C. The proper implementation (syntax) would allow "ArrayOf" to become a part of Generics without BC breaks in the future, so I don't see a reason to not have this now. Cheers, Andrey.