Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86356 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30194 invoked from network); 23 May 2015 07:15:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2015 07:15:21 -0000 Received: from [127.0.0.1] ([127.0.0.1:26852]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 82/45-17389-80920655 for ; Sat, 23 May 2015 03:15:20 -0400 Authentication-Results: pb1.pair.com smtp.mail=benjamin.morel@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=benjamin.morel@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: benjamin.morel@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:34851] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/45-17389-3E620655 for ; Sat, 23 May 2015 03:06:11 -0400 Received: by wicmx19 with SMTP id mx19so6847749wic.0 for ; Sat, 23 May 2015 00:06:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :thread-index:content-language; bh=Z9tLcohQ5b9ewkOSZJAVd8TKIH5Wnhv8nudDfDS2Cq4=; b=UpYxdBYSq8PWSoO6tfpXcm3m/AOTzeUuCX9Z7M8BkUeLVOdNZ+ZyMvo4euHxxLqUQ8 uTfZskAbVbS6POs7XvOAyKH/CLVbb6Y2GSqXnlzcZfUU6HdyrMIHUG67QjqrvCqOSnRr JbRm6Vm9ap8vWzT3LqU3TnHrtGS6QSPt0BhNpxlsYQj2+YwZcLALmjirfwqfdmuwtpvH 1UCLseiV/5cCyvQ6qaJnOpX6Pl4eIOY5J/0DeakSD12lhWtdOnClaurRgR7RgPC+1qFf 8kskOHiPHiq/6bYhTWbu/wMoOxHNk2y/LcYS9Tq4Qvpb7C6PuElkUGoUvrnuJmqdQ05I cKSg== X-Received: by 10.194.157.168 with SMTP id wn8mr7234697wjb.79.1432364768772; Sat, 23 May 2015 00:06:08 -0700 (PDT) Received: from BenjaminPC (fuv13-1-88-172-61-198.fbx.proxad.net. [88.172.61.198]) by mx.google.com with ESMTPSA id h7sm1439318wjn.39.2015.05.23.00.06.06 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 23 May 2015 00:06:07 -0700 (PDT) To: Date: Sat, 23 May 2015 09:06:00 +0200 Message-ID: <000301d09526$ee7b0580$cb711080$@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01D09537.B205D150" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdCVJfl6zhwipAB3RFysoIxpxmt7Ew== Content-Language: en-gb Subject: Allow __toString() to throw exceptions From: benjamin.morel@gmail.com ("Benjamin Morel") ------=_NextPart_000_0004_01D09537.B205D150 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, There has been no feedback on this bug for a while: https://bugs.php.net/bug.php?id=53648 @aharvey said : > Should there ever be a Zend Engine 3, however, this could be revisited. Now would be the perfect time to fix it then, it would add to the list of error-handling improvements in PHP 7. Could someone reopen it? Thanks, Ben ------=_NextPart_000_0004_01D09537.B205D150--