Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54246 invoked from network); 16 Feb 2015 10:11:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 10:11:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.172 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.82.172 mail-we0-f172.google.com Received: from [74.125.82.172] ([74.125.82.172:49663] helo=mail-we0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/EB-05176-152C1E45 for ; Mon, 16 Feb 2015 05:11:30 -0500 Received: by mail-we0-f172.google.com with SMTP id k48so28202598wev.3 for ; Mon, 16 Feb 2015 02:11:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9crXg8ytLFtVsGvo0qBgQK+vp3/pE0YjEtjiUAGWKUI=; b=M29QtpVsAFSU28VOdKdGXmT02xJBVkTlsXlCsLvruvc6raAplmS1ytzEzQbTMQVaGn j/jgB2Yh5d1GN3clL950JvLSgVz4WtA4t3gQXn8ALou5zcCsVODxDq0tDPDO6jzCGExD LMy0PNruMQy1uZO2w+yRR/O8E11Kw6TXi8B7Tydj9apOdywFtEUpU/LsLEpqCChttWqI DCNVELmP/CHViW1jo1rsmImDxxb7LkaQ3p/KqgfBubfnH1wTdAsus1ViSEAzBeSthqjR AKC7cuJeetHxhfr5X1Ye47sCXCABalzndFCrgt775K6BCU1GrH6yK0Rq7ZueAW7BDgVH IjdA== X-Received: by 10.194.6.228 with SMTP id e4mr47993568wja.63.1424081486403; Mon, 16 Feb 2015 02:11:26 -0800 (PST) Received: from [192.168.1.115] (mnch-5d857acf.pool.mediaWays.net. [93.133.122.207]) by mx.google.com with ESMTPSA id h11sm10840399wic.14.2015.02.16.02.11.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Feb 2015 02:11:25 -0800 (PST) Message-ID: <54E1C24B.6010806@googlemail.com> Date: Mon, 16 Feb 2015 11:11:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Expectations From: cryptocompress@googlemail.com (Crypto Compress) Hi Joe, is there any penalty of catch-AssertionException-blocks? Are those eliminated in production code? Thanks