Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78112 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7985 invoked from network); 16 Oct 2014 13:50:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2014 13:50:39 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.174 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.174 mail-vc0-f174.google.com Received: from [209.85.220.174] ([209.85.220.174:35221] helo=mail-vc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/F3-11594-F2DCF345 for ; Thu, 16 Oct 2014 09:50:39 -0400 Received: by mail-vc0-f174.google.com with SMTP id hq12so2702893vcb.33 for ; Thu, 16 Oct 2014 06:50:37 -0700 (PDT) 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:cc:content-type; bh=yXWTHlOUcDohDwL6p8x9yON+VYKskRygnIoJoFuFyY0=; b=XaxFjAnsvQ8cfKAFIq9n+ij/oRi4X7ooWORRxCylm6W6SN2tRIg4sUn4YeDWxCwv8U 8sDk/j3WsklYG+TJtACWKtl5+w5fhjmxRj0QK+HJ8VIRxhX3vCGrPXmMR1+zxqlwlF3a qwDrJ+AAawJ7CU5WHH9yojGuTYdwbQlaUPbrDaaTEpIyQBO+oedzjZ9dWjCpqpNMKWM/ iP65jDtjuGadY+NARh2zWbeCMSW1iF28+YdiAH/haBQg/75CDY6UFMRe3v/X7K4sloEn ptj4Y8FAMm8a/W/fQqWqastu7fO1NqAu+nOD0iWD1hzI08JneDiZB/5MCRA2CimPngxI C0eQ== X-Gm-Message-State: ALoCoQl9doTsizFamx+/oZg6DxMCdkxqoxm7tWPx0+9yH03fbqdsOV15iI5/d5oD5vkKFsbu/y9pvxqHpZf27I6xQ+SE24ItXCgOIWNyEXOH89+hYoegsBwXCRYff0iRJpAsq0UUPSRvqE6VaiOqINeqDzzhrJuECA== MIME-Version: 1.0 X-Received: by 10.221.38.66 with SMTP id th2mr1339093vcb.21.1413467437119; Thu, 16 Oct 2014 06:50:37 -0700 (PDT) Received: by 10.52.4.41 with HTTP; Thu, 16 Oct 2014 06:50:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Oct 2014 17:50:37 +0400 Message-ID: To: Chris Wright Cc: Levi Morrison , internals Content-Type: multipart/alternative; boundary=001a113356e87dfe2d05058a88c1 Subject: Re: [PHP-DEV] RFC: Return Types Update From: dmitry@zend.com (Dmitry Stogov) --001a113356e87dfe2d05058a88c1 Content-Type: text/plain; charset=UTF-8 Hi Chris, I meant scalar type hinting, nullable type hinting, may be even mixed type hinting... But, lets go by small steps to get all this finally accepted. Thanks. Dmitry. On Thu, Oct 16, 2014 at 1:35 PM, Chris Wright wrote: > Dmitry > > On 16 October 2014 08:44, Dmitry Stogov wrote: > > The RFC is very consistent. > > It proposes only a part of the desired type-hinting features, but this > part > > is not questionable for me. > > May I enquire what it misses out according to your ideal desired > feature set? Just so that I/everyone is clear on what the limitations > and potential areas for future expansion are, and to ensure nothing > has been missed that could be included in this change without being > too contentious. > > Apart from distinct features (e.g. scalar types) I'm not sure what is > missing from the proposal, so I'd like to know what I'm missing. > > Also, just for the record, I am +1 on the RFC as it currently stands. > > Thanks, Chris > --001a113356e87dfe2d05058a88c1--