Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87032 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90890 invoked from network); 5 Jul 2015 20:27:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2015 20:27:14 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:35301] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/64-21549-02399955 for ; Sun, 05 Jul 2015 16:27:13 -0400 Received: by wgjx7 with SMTP id x7so124178621wgj.2 for ; Sun, 05 Jul 2015 13:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=idjCsIf0FPWpC+/TWTSLDpwOmJpeFboU0tDxcSTTH4Q=; b=wFp6p8QN1l9SU36lO+cfuLrkjrCkJE6q3k76CKn0NgxE+18dgx/U48eCbAvpLz8kFb raUlpgaVZH7mtAAyJkF3TMIEqopktMrXigGmY+erLB7b3l9AS1ntLajijQtT0OWMUIo6 IDylZ4YJw58v56SqspCC6hBMLUZHG1RufzaVixi6Yt5cFWRNEMX0bMNp4g3TCR4BIlZl 4caXTuHy+8JpSa9sCkLP6tvEswMFMb0Fhm67i/W14b5UKwDz2tnffQudFP8wdd0WUy7z Iey8c12bOQNNVPy80xeX5r8ZrLMQ8sqoXcp0v5vG8an94pC5Vah9OYXwcqly4Tz4zUOR /cSw== MIME-Version: 1.0 X-Received: by 10.180.104.197 with SMTP id gg5mr85930008wib.27.1436128029343; Sun, 05 Jul 2015 13:27:09 -0700 (PDT) Received: by 10.27.79.200 with HTTP; Sun, 5 Jul 2015 13:27:09 -0700 (PDT) In-Reply-To: <1436127623.5633.4.camel@kuechenschabe> References: <1435240516.15676.7.camel@kuechenschabe> <1436127623.5633.4.camel@kuechenschabe> Date: Sun, 5 Jul 2015 22:27:09 +0200 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d041825bc0a8657051a269d1b Subject: Re: [PHP-DEV] Allow exceptions in __toString() From: nikita.ppv@gmail.com (Nikita Popov) --f46d041825bc0a8657051a269d1b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Jul 5, 2015 at 10:20 PM, Johannes Schl=C3=BCter wrote: > On Fri, 2015-07-03 at 17:57 +0200, Nikita Popov wrote: > > > > I can see your concern here -- however this is nothing specific to > > exceptions thrown from __toString(). There is are a number of ways you > > can end up in this situation, the two most common being: > > I summarize this a bit freely as "We already have places which are hard > to understand an predict, so let's add more!" > That, or "Let's not be hypocrites". Nikita --f46d041825bc0a8657051a269d1b--