Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11423 invoked from network); 14 Feb 2015 12:44:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2015 12:44:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.216 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.216 imap10-3.ox.privateemail.com Received: from [192.64.116.216] ([192.64.116.216:56847] helo=imap10-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/21-03565-4434FD45 for ; Sat, 14 Feb 2015 07:44:53 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 9DCAD2400C3; Sat, 14 Feb 2015 07:44:50 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap10.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap10.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gIlI42OYh--r; Sat, 14 Feb 2015 07:44:50 -0500 (EST) Received: from [137.50.28.190] (oa-res-28-190.wireless.abdn.ac.uk [137.50.28.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 5021D2400A9; Sat, 14 Feb 2015 07:44:50 -0500 (EST) References: <680FB44D-B42D-4898-A28B-FA1C6E4D4D1A@ajf.me> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <4DB42D38-A98F-4262-BA3B-9BAC3F88268B@ajf.me> Cc: PHP Internals X-Mailer: iPhone Mail (12B466) Date: Sat, 14 Feb 2015 12:44:46 +0000 To: reeze Subject: Re: [PHP-DEV] [RFC] Void Return Type From: ajf@ajf.me (Andrea Faulds) Hi, > On 14 Feb 2015, at 03:32, reeze wrote: >=20 > Do we really have to throw an catchable fatal error? >=20 > the other return types make sense, why so strict? We throw E_RECOVERABLE_ERROR for all type errors, both for parameters and re= turn types. It's not anything new. -- Andrea Faulds http://ajf.me/=