Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80850 invoked from network); 20 Feb 2015 18:23:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 18:23:40 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.172 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.172 mail-ie0-f172.google.com Received: from [209.85.223.172] ([209.85.223.172:46789] helo=mail-ie0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/DA-14173-59B77E45 for ; Fri, 20 Feb 2015 13:23:19 -0500 Received: by iecvy18 with SMTP id vy18so9748188iec.13 for ; Fri, 20 Feb 2015 10:23:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=RBUVqKzX43V8GYVEZ64mS3oVowmlTHv3eR1td7AOnPc=; b=SQJKGvaBCpyyY4M2RGv8I1GZHoiYWdl20Btz/RzYR6chmb83wWK7wDaEyd9PS32KWx T9g/cwHT9dxO8L8V9+ggDzSs74Lg9PK0mWhmLXtidltQwvtY82SzQqGgilyE7+/wYUZ+ yqOfmLvmSkY772SqKbYmIJREZbfRGwEsM1wk0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=RBUVqKzX43V8GYVEZ64mS3oVowmlTHv3eR1td7AOnPc=; b=CO8k8xAVXRvcSpKOj4dbu2eenkQ8+v8vFRDFxsyiM/002iW6jGLByTmz8R4oTqvLpS HApe6txnWdjf2F5e3QokZTMRBSdQ95pFAWDvcH5HmrViEkSNLkaqTxRLH+CG0XqRx8jz KY3UwshZASurXaverbTvc/s5kns847JTwaXfIvHn31pAC9MgkPfkKynhkcrJiHSNt+Qo HRDLsmoY+7I9rASE4nuAeMQl8Cu8hLj0YGiqSkLs5qaVyJ26l+eI12zdyezT+yx/GBfv elSy0ySo2OzoRcvW+kKakdD2pFQnNuHkE9O4hUPbDAeO8/ndBII/OC0PwIFIjAA+JMKt wUaQ== X-Gm-Message-State: ALoCoQn4TIc7pLvSepMKJEKuyus1qbu8GS9vkO4hMf3katH//9DOQ3Zbt134RagFnED4KPAyBWyM X-Received: by 10.50.4.97 with SMTP id j1mr242393igj.46.1424456594750; Fri, 20 Feb 2015 10:23:14 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.112.9 with HTTP; Fri, 20 Feb 2015 10:22:54 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Feb 2015 10:22:54 -0800 X-Google-Sender-Auth: 6lliuUBaPVXqoauXlUFysecAVW4 Message-ID: To: Joe Watkins Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [VOTE] Expectations From: aharvey@php.net (Adam Harvey) On 19 February 2015 at 01:09, Joe Watkins wrote: > The expectations RFC is now in voting phase: > https://wiki.php.net/rfc/expectations#vote Sorry, I had an e-mail backlog while this was in discussion, so I'm only getting around to this now. Two thoughts: 1. This is awesome, particularly the BC aspects. Nice work. :) 2. For zend.assertions, is it worth defining constants with more meaningful names that can be used in place of the magic values? They're pretty arbitrary as it stands. My vote's not conditional on that =E2=80=94 I'm +1 even in its current form= =E2=80=94 but I wonder if we can make this a little easier for users. Thanks, Adam