Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48882 invoked from network); 19 Jan 2014 19:07:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2014 19:07:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:41613] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/4E-61840-9822CD25 for ; Sun, 19 Jan 2014 14:07:53 -0500 Received: by mail-qa0-f46.google.com with SMTP id ii20so4853348qab.19 for ; Sun, 19 Jan 2014 11:07:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AiCyt+Hec5AiWwoe6w4QXufuluj0G5Z2mlDDSJtBLsA=; b=noKN/Ryaawot+kIOAWnp13/xTEUjJ1JBC4DVGlZKJunRbJmxZBOkhc0MMIllHBIGmk 3h4LwZus8cvIX0MHR8i3GUaQhEQ/eYacT+pv0sthoNJwxrZn7+cSTnH26SjIIPPMX4Vh 73WBoX7/3nizHdccctVgEulxeb2u9e/xLwvwg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=AiCyt+Hec5AiWwoe6w4QXufuluj0G5Z2mlDDSJtBLsA=; b=hIG4/I4NSaxyqEEjiPhL8TW0RwBonHlB6YmsGI0WGhICvtNrnU+4viwG7RGvSlZ9ri mrPU2NcT7A9INcXpNKrpF4v5TjeIXzgVZ218+uFC3qkVxPTuiQNxgHAtavAiQOYbRvPV RxC88X1VgZzAAh46tOU0YTWTkbouv+ygUI1eCdBY5hG5WA0reAZ4OM41Uc9Evah77/3M 4Vvt1DgyyZJabTlnjAYQiV/lhLPViB5ICcOEgyXB6LXeIZaPsK9yPeXvdVG+LIgWZFwI uTbtQPJK8jVOSsLVg5gEHYCE8bF+I1/Hib3yCPbMIFvUZbfQbpA5meTmZzUF4cVPUsNB uwPw== X-Gm-Message-State: ALoCoQkS7SmSmHINVs1IgpeoNmV/uU7Lwh+SIbspaXWY+0UIs9+4qc22EriMzjV/71RSQCkaSroQ MIME-Version: 1.0 X-Received: by 10.224.11.211 with SMTP id u19mr11136511qau.73.1390158470036; Sun, 19 Jan 2014 11:07:50 -0800 (PST) Received: by 10.96.182.98 with HTTP; Sun, 19 Jan 2014 11:07:49 -0800 (PST) In-Reply-To: References: <52D865C7.4070009@sugarcrm.com> Date: Sun, 19 Jan 2014 21:07:49 +0200 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0149c5e0c9cf9b04f0577d5c Subject: Re: [PHP-DEV] Introducing "Array Of" RFC From: narf@devilix.net (Andrey Andreev) --089e0149c5e0c9cf9b04f0577d5c Content-Type: text/plain; charset=UTF-8 > Yes, the implementation of this type hint is very limiting in nature. It's not that I don't like the idea of an array type hint. I just don't like this implementation. I'd much rather see something like the HHVM implementation Sara spoke of that actually doesn't constrain the implementation to such limiting use cases as those you have exhibited It is an RFC, not a vote. I personally wasn't trying to reject this feature while proposing an alternative syntax, and my guess is that Sara Golemon didn't either. The goal is to improve on it. Cheers, Andrey. --089e0149c5e0c9cf9b04f0577d5c--