Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67167 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8046 invoked from network); 26 Apr 2013 14:42:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2013 14:42:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.178 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.178 mail-ve0-f178.google.com Received: from [209.85.128.178] ([209.85.128.178:42570] helo=mail-ve0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/C3-15719-A329A715 for ; Fri, 26 Apr 2013 10:42:02 -0400 Received: by mail-ve0-f178.google.com with SMTP id c13so1871215vea.37 for ; Fri, 26 Apr 2013 07:41:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=DT1vFxb5cFn1CnntalL7pko+HrSQsMlt8nK39sP46PE=; b=LWyIsISEaCl+VZhOToBx0TVK3xsSppZ42SdO6qgcrIh+b8rBWXfrB5044OPeypuKn4 Bl7zEQhmDdD6YiL9gYroQG77CxwfUBB9OUGJok2a85XeykS4NGSO1VLfDj2t+7v2HC1+ UDNmAuDqekGUkbAmq5bWMTYO6J2FwE9CP3WVWBr/t3J0knW5kbXCQLaPFEty9hM9vVVB s6UUyu/fOIgjdBWa6pwjkRndeNt18G3UnE6eOPZOPzyS5iSrGRs63drmaMhV0hUv0TgW xE4GtpuB29TYKuniKQhXs/jGUDC0UxU8eGS9fIWK4N+1i2GZ2FY6GwkYxsO1Oga4lgul plCg== X-Received: by 10.58.229.69 with SMTP id so5mr28850276vec.6.1366987318998; Fri, 26 Apr 2013 07:41:58 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.131.196 with HTTP; Fri, 26 Apr 2013 07:41:17 -0700 (PDT) Date: Fri, 26 Apr 2013 16:41:17 +0200 X-Google-Sender-Auth: u6bLqCTQdV1ZG8_OfkveoOieBoA Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e0139ff308fc27f04db448973 Subject: Continued try blocks From: jpauli@php.net (Julien Pauli) --089e0139ff308fc27f04db448973 Content-Type: text/plain; charset=ISO-8859-1 Hello internals, I had an idea recently with a friend, about a feature try-catch blocks could use. Let me just write an example, you will quickly understand the idea : *