Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67735 invoked from network); 9 Feb 2015 08:16:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2015 08:16:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:49403] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/23-50460-7FC68D45 for ; Mon, 09 Feb 2015 03:16:56 -0500 Received: by mail-qg0-f47.google.com with SMTP id q107so4919952qgd.6 for ; Mon, 09 Feb 2015 00:16:53 -0800 (PST) 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:content-transfer-encoding; bh=eAmL0M2MVDv8uDUjhH/rV5dNVVyRf5gVW84qvQkyOlU=; b=i2ItgJ5u1nosLrsNLXV1vLf4bSaqHidnAwLDwuFyVIfXi4vbCU9Fb4pf7OAlqJaA/e yhI4O1VVjklL3IfNrFj2Av0iIZhWKrNARXFHH6+cOXqG8KUS9l47Nj7cFcOyFar+vuN1 T5PDwXpY605xFsZnl6atkj63tP7f5Kitc+NPFSUw316ebaI4XJ13YvxvuG/8Qk+t+Kly RkFY0y+DLeqUGzbrmxinZIXUO+gzWugiqJ6VPesJX3O0AyP+RTs7pFX4Nlz2E4nRysF+ IXsh+1MTu+Pw3biIpioGOjYQisMMvgNMnYyLpspgL38v5ehHtq/96c6tzSlTtfujr6v6 5ZLQ== MIME-Version: 1.0 X-Received: by 10.224.16.207 with SMTP id p15mr6611993qaa.22.1423469813204; Mon, 09 Feb 2015 00:16:53 -0800 (PST) Received: by 10.96.66.201 with HTTP; Mon, 9 Feb 2015 00:16:52 -0800 (PST) In-Reply-To: <54D470FA.6000303@hoa-project.net> References: <54D37D41.2030706@hoa-project.net> <54D470FA.6000303@hoa-project.net> Date: Mon, 9 Feb 2015 09:16:52 +0100 Message-ID: To: "Ivan Enderlin @ Hoa" Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Design by Contract From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) > > There are a lot of researches in this field. PHP has a great opportunity = to > not close the doors by forcing a language. I suggest you to offer an API = to > hook on the runtime and =E2=80=9Ccontrol=E2=80=9D it, like AOP does. It w= ill open the doors > to so many interesting contributions! > Hello, after reading this discussion, this seems like the best way to handle DbC. Regards Pavel Kouril