Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69699 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41591 invoked from network); 19 Oct 2013 08:05:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2013 08:05:56 -0000 X-Host-Fingerprint: 80.4.21.210 cpc22-asfd3-2-0-cust209.1-2.cable.virginmedia.com Received: from [80.4.21.210] ([80.4.21.210:6066] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/54-23638-36D32625 for ; Sat, 19 Oct 2013 04:05:55 -0400 To: internals@lists.php.net,Robert Stoll Message-ID: <52623D5F.7020907@php.net> Date: Sat, 19 Oct 2013 09:05:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 References: <3D.BC.23638.84CA1625@pb1.pair.com> <00b701cecc62$e5b8adf0$b12a09d0$@tutteli.ch> In-Reply-To: <00b701cecc62$e5b8adf0$b12a09d0$@tutteli.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.4.21.210 Subject: Re: [PHP-DEV] RFC: Expectations From: krakjoe@php.net (Joe Watkins) On 10/19/2013 01:33 AM, Robert Stoll wrote: > Hi Joe > > I like your RFC and how it is explained. > You might want to add to your explanations that ExpectationException is a > subclass of ErrorException (as mentioned in the other thread). > And I was just wondering what the default value will be for the ini property > zend.expectations, maybe you could add this as well. > > Cheers, > Robert > >> -----Original Message----- >> From: Joe Watkins [mailto:krakjoe@php.net] >> Sent: Friday, October 18, 2013 11:47 PM >> To: internals@lists.php.net >> Subject: [PHP-DEV] RFC: Expectations >> >> Evening Chaps, >> >> Following on from discussion regarding assertion API in PHP, the >> following RFC is now up for discussion: >> >> https://wiki.php.net/rfc/expectations >> >> Please do point out any missing sections or information, so that it > can >> be clarified as quickly as possible. >> >> I hope this conveys the idea a bit clearer to everyone ? >> >> Cheers >> Joe >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List To unsubscribe, > visit: >> http://www.php.net/unsub.php > > I have added the ErrorException info. It does say zend.expectations=1 in the config section, I'm not able to say what production/dev default settings will be. Cheers Joe