Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61487 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77863 invoked from network); 19 Jul 2012 14:26:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2012 14:26:14 -0000 Authentication-Results: pb1.pair.com header.from=thyberthpithe@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=thyberthpithe@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: thyberthpithe@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:41829] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/F9-25752-60918005 for ; Thu, 19 Jul 2012 10:26:14 -0400 Received: by wibhq12 with SMTP id hq12so2162963wib.11 for ; Thu, 19 Jul 2012 07:26:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=IaVgpYffQN9ajI7vl2rv6YNL8MlePPlnoZkZkEKdAgo=; b=lVMAZNV3h9hj8/Ars1TfJEhhr0vlVCI5gRUeXaNpo3TWXpkIpmr3iMDMB2kOyKd1Ld jUOhoGHL5MzLOhzDOYHNTxYilbYUPsDUM7Re8qgjA7ljWZ+YwwU+RSeleE/JFOXa1M8O 9lZmxv7Blc+DwpqXL/cXtkwFWrciAJTuWDEtRDU2NpZ6IWdV2dNI3XplQPI+bxI08A+U 5i/aRPhZ18FGwgJveCumG/d+xVf31Gx683/JFcRUfb6yImPaIg4MZN15NahnTweOFlVz xRNlACf6ODojClcv0wvhhUkmY/S83mBkDpLwSOpXaBHB+QJpi+svaUogx5kDHhspZ4uw Z4IA== Received: by 10.216.133.130 with SMTP id q2mr1392374wei.131.1342707971486; Thu, 19 Jul 2012 07:26:11 -0700 (PDT) Received: from [10.82.130.144] ([82.219.14.93]) by mx.google.com with ESMTPS id fr4sm6460890wib.8.2012.07.19.07.26.09 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 07:26:10 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: <095CAA408DA94AFB9E75C12877A9043D@charliesomerville.com> Date: Thu, 19 Jul 2012 15:26:09 +0100 Cc: Internals internals Content-Transfer-Encoding: quoted-printable Message-ID: <6745A717-1C2D-429A-AD42-4C87808DF1FD@gmail.com> References: <5007D707.2070100@hoa-project.net> <095CAA408DA94AFB9E75C12877A9043D@charliesomerville.com> To: Charlie Somerville X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] Make try/catch brackets optinal From: thyberthpithe@gmail.com (Cyberspice) Probably not so much in PHP but I've had some real doozers in my time = due this. For example in C... if (somethingsFailed) DEBUG_MACRO("Something failed!"); var =3D 1; And then someone un-defines DEBUG_MACRO. Fun then ensues. Melanie On 19 Jul 2012, at 11:03, Charlie Somerville wrote: >=20 >=20 > I've often heard people make this argument, but I've never found it to = be a real concern in practise. >=20 > Is this really such a common problem? =20