Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83215 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73111 invoked from network); 19 Feb 2015 16:06:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2015 16:06:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.177 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.177 mail-yk0-f177.google.com Received: from [209.85.160.177] ([209.85.160.177:54470] helo=mail-yk0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/E0-18870-BF906E45 for ; Thu, 19 Feb 2015 11:06:19 -0500 Received: by mail-yk0-f177.google.com with SMTP id 20so4426864yks.8 for ; Thu, 19 Feb 2015 08:06:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MYdwhxsRVi7E5/8J3NHS1D4Q4QsZ9K31WDMalpFyd6o=; b=ichEErDhKGG8tx5PAD2Rq5YzG3OqsknDYva+rHfIkax8AG/ILxXGWDMGD/hsAczJ8O nf2KYTMmhHBqT/b357LZk2T2KOYVoMBBfZUsiLkeBgymRy7C+NbpO2rUxj4MSP4ZxXVZ f5zlvG1f1Nrp3DcUoryJd6IStG0Vh3FNIdTxG3fSjDRbwG89Dx2Pyy2tiSNpqGGCHse8 EIXEvTgyPKuZgSFaA2GKg4UsiDT2tboCgj3JOn7/rmDT5Gn1Raqq6R9IhC3rhkMjj7qw hi1T7COb0WoPT5qm+a1QOCfHsOobejYC12/WCYMPaRj0eumT7Gb1Oxk/owVwWXfuzPPs R8ow== X-Gm-Message-State: ALoCoQn+JY3gSmuKDEwZC5ZeuDeU20qVmR4idteTtuuLKBdYYBVPNi/4Zz+MOn9+4K0IJaYvdCkn MIME-Version: 1.0 X-Received: by 10.236.216.3 with SMTP id f3mr3350180yhp.158.1424361976522; Thu, 19 Feb 2015 08:06:16 -0800 (PST) Received: by 10.170.71.86 with HTTP; Thu, 19 Feb 2015 08:06:16 -0800 (PST) X-Originating-IP: [89.240.52.213] In-Reply-To: References: Date: Thu, 19 Feb 2015 16:06:16 +0000 Message-ID: To: Dmitry Stogov Cc: Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] Exceptions in the engine From: danack@basereality.com (Dan Ackroyd) On 19 February 2015 at 15:46, Dmitry Stogov wrote: > Exception declares protected properties that may be used in child classes > directly. > This is not possible with interface. So, you're saying it's easier to implement? That isn't a fantastic way of making a language design decision. cheers Dan