Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86345 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26468 invoked from network); 22 May 2015 00:20:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 May 2015 00:20:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.170 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.170 mail-pd0-f170.google.com Received: from [209.85.192.170] ([209.85.192.170:36789] helo=mail-pd0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/61-14563-6467E555 for ; Thu, 21 May 2015 20:20:23 -0400 Received: by pdfh10 with SMTP id h10so4106761pdf.3 for ; Thu, 21 May 2015 17:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=bz3bfzuncUxF4W9NcwkgS0JnL5Stf0pnHi9SDbX0sg8=; b=U30Nrt2Gad4xZR1hijGBrHBEXQiheUhlqPdtfLmY4y6KsrMVpfOAHfhkZ8DeX6XB/o /1WbA03KPapOnt4eJ/cep6gwWoUgV/iCj5Yh8cCMcWp0up1FQlAxQRS6LiS3ZMwZtpnY NJUfINuvTid0NRRKms8TQExMIOW2ppdujakpgavSK78HV1jnE7ZM8V2ltbBuAq1/YHHK hFAIH9fgTS/80UTdqGCgvCA2b1AdZHy3oQ+eR2R2VccfhdH1pwmEhLakH/lLZOE1C+nC KxKRqnyNEq1EnMZxz4CU8sOSrrvEonCZxb6mjzY8hfKxDpS2YQGPnd6S1TlLKZYlOdAu 2kEA== X-Received: by 10.66.230.229 with SMTP id tb5mr10351049pac.44.1432254019340; Thu, 21 May 2015 17:20:19 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id b10sm243535pdj.0.2015.05.21.17.20.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 May 2015 17:20:18 -0700 (PDT) Message-ID: <555E762F.6060704@gmail.com> Date: Thu, 21 May 2015 17:19:59 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Nikita Popov , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Soft-reserve "void" class name From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I'd like to add "void" to this list, so we have the option to introduce a > void return type in PHP 7.x. I've seen some disagreement as to whether this I think this type makes no sense in PHP, but I don't object to having note in the docs for people not to name their classes "void" (not that there's any reason to do it anyway...). I strongly object to introducing any changes in the code though - warnings, etc. -- Stas Malyshev smalyshev@gmail.com