Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79959 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99971 invoked from network); 26 Dec 2014 11:55:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Dec 2014 11:55:08 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.199 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.199 imap11-2.ox.privateemail.com Received: from [192.64.116.199] ([192.64.116.199:34318] helo=imap11-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/61-23336-99C4D945 for ; Fri, 26 Dec 2014 06:55:06 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 72C448800E6; Fri, 26 Dec 2014 06:55:02 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fsVEE9_Wgu7x; Fri, 26 Dec 2014 06:55:02 -0500 (EST) Received: from [192.168.0.14] (unknown [94.13.96.117]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 6847C8800EB; Fri, 26 Dec 2014 06:54:59 -0500 (EST) References: <946C1B1D-30B8-4029-A5A1-73D515A017D8@ajf.me> <1419428487.29904.6.camel@kuechenschabe> <5E26F21C-EA41-43FF-8DDB-D0A985AB4197@ajf.me> <1419463624.28792.6.camel@kuechenschabe> <51160B8D-F662-458E-A0E0-1F37DC3A8869@ajf.me> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <8F70E62C-FCB6-49F1-8F30-BD211BB050EA@ajf.me> Cc: Michael Wallner , Laruence , =?GB2312?Q?Johannes_Schl=A8=B9ter?= , Pierre Joye , PHP internals X-Mailer: iPhone Mail (12B440) Date: Fri, 26 Dec 2014 11:54:54 +0000 To: Levi Morrison Subject: Re: [PHP-DEV] About SUCCESS/FAILURE From: ajf@ajf.me (Andrea Faulds) > On 26 Dec 2014, at 05:57, Levi Morrison wrote: >=20 >> On Thu, Dec 25, 2014 at 2:33 PM, Michael Wallner wrote: >> There's already ZEND_RESULT_CODE, or did I miss anything? >=20 > According to lxr.php.net, this symbol ZEND_RESULT_CODE is not > referenced in any place except its definition. We can begin using it > if we like, or even rename it. Theoretically renaming it may break > extensions; none that I could find reference it, though. Hey Levi, I think we should just rename it, it's a little too long. zend_status or ZEN= D_STATUS would be fine with me, preferably the former since we tend to use l= owercase type names. Another possibility might be zend_result. If you folks like, I could go ahead and write a patch for master to rename i= t and use it in a bunch of places. Thanks. -- Andrea Faulds http://ajf.me/