Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37911 invoked from network); 24 May 2015 21:33:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2015 21:33:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.214.172 mail-ob0-f172.google.com Received: from [209.85.214.172] ([209.85.214.172:34107] helo=mail-ob0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/C2-08079-BA342655 for ; Sun, 24 May 2015 17:33:32 -0400 Received: by obfe9 with SMTP id e9so43518558obf.1 for ; Sun, 24 May 2015 14:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=qiYt2te2z3sb58XUcYr8MyrkjBcFI4F39oYACk1flmQ=; b=GIQuUR+cZ6JqMrhzdjd0Qhg/8DuPjJC3GTQ7N5ziTymfqdPfWforL83QXSqog2OxB1 hRhXt1ihL6qpHp+m/xnXssJbmwjgOLp3HTZL0y9ilNgMh6+EZOXv9mqVraQo8wrs9pdO nWIkdEkuqLrSeyQuUPLDhAs1njsHhLyTPpP0fi+dwadAPzbNq5XAD/RQ4qysX82B1RR0 hJjzLDR66Z0Af5eyDvw45xVGe6gbx+PusjGa43OXu+qJadrPXaycqBxa6Vqy6JTfiVIi cmDLpgKk9mX4TxO8CxFOoCV29b5T9L0ivcOKcNFnb9+tJHk3IZ+zN151uJnUIYTe97JN piBw== X-Received: by 10.202.10.193 with SMTP id 184mr14407462oik.90.1432503208004; Sun, 24 May 2015 14:33:28 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.170.196 with HTTP; Sun, 24 May 2015 14:32:47 -0700 (PDT) In-Reply-To: <971AB39D-1E20-43E8-9CF1-A7F67E3C14C3@icicle.io> References: <971AB39D-1E20-43E8-9CF1-A7F67E3C14C3@icicle.io> Date: Mon, 25 May 2015 06:32:47 +0900 X-Google-Sender-Auth: HOAUuWNdro1y56KTOjUHMCFMsNY Message-ID: To: Aaron Piotrowski Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113d1dc6da552e0516daa4a7 Subject: Re: [PHP-DEV] [RFC] Throwable Interface From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113d1dc6da552e0516daa4a7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Aaron, On Sun, May 24, 2015 at 5:12 AM, Aaron Piotrowski wrote: > I=E2=80=99ve created an RFC for modifying the exception hierarchy for PHP= 7, > adding Throwable interface and renaming the exceptions thrown from fatal > errors. The RFC is now ready for discussion. > > RFC: https://wiki.php.net/rfc/throwable-interface < > https://wiki.php.net/rfc/throwable-interface> > Pull Request: https://github.com/php/php-src/pull/1284 < > https://github.com/php/php-src/pull/1284> > Does this include internal function type errors? e.g. $ php -r 'var_dump(mt_srand("99999999999999999999999999999999999"));' PHP Warning: mt_srand() expects parameter 1 to be integer, string given in Command line code on line 1 NULL If not, please make these exceptions rather than E_WARNING. We need consistency here. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113d1dc6da552e0516daa4a7--