Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49544 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44023 invoked from network); 26 Aug 2010 15:38:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2010 15:38:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:64553] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/F9-26066-28A867C4 for ; Thu, 26 Aug 2010 11:38:42 -0400 Received: by wyf19 with SMTP id 19so2341475wyf.29 for ; Thu, 26 Aug 2010 08:38:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=GaWTxjv0Oby8dPk0m2ZbdaWiUTFKxkBYnbgipgy1u4Y=; b=tIU+VtPFZNVCIZ+NPOnrGzqiPHkytXE54D3osimjN5BBf4pQg2FJuqM1Rci+XNt0Vt M5ITmr3FANdy4mUvKTZ9PUAuaxJKF4nYpN8dOIUTE7DWu9mDU4obk9MIV6eE8KD2ds3m iQa6ed+emUSsGizywYbORiSdfZ0bf+oYTia3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Fb73qfN9r2nTHTOsPWgRT0Gz66pjbXnvHkHo+99FUlsQ8woF7QrD27xrnbaDQDGKzu kxxSLM+tRqsSzwo8ifVkLJDandhM7+xtI/XyKW5DLwgpJwj6HI8TYyj43x4bVoc70OsI UH8KL+9LqT4udUtsppiv/nLsFjXilB+XWP0DA= MIME-Version: 1.0 Received: by 10.227.151.148 with SMTP id c20mr9211057wbw.15.1282837110018; Thu, 26 Aug 2010 08:38:30 -0700 (PDT) Received: by 10.216.18.142 with HTTP; Thu, 26 Aug 2010 08:38:29 -0700 (PDT) In-Reply-To: References: <4C73F30A.8080007@sugarcrm.com> <4C7405A5.7040700@sugarcrm.com> Date: Thu, 26 Aug 2010 17:38:29 +0200 Message-ID: To: RQuadling@googlemail.com Cc: Ferenc Kovacs , Ilia Alshanetsky , Stas Malyshev , Pierre Joye , Adam Harvey , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PATCH] #52563: Adding E_NONE and/or E_EVERYTHING constants From: patrick.allaert@gmail.com (Patrick ALLAERT) 2010/8/26 Richard Quadling : > With all of "I thought this sort of stuff was for Friday's only" > comments being made, I think > E_ALL_AND_I_REALLY_REALLY_REALLY_DO_MEAN_ALL would be the most useful. Sorry to contradict you, but the most useful would be that: error_reporting(E_CHUCK_NORRIS); would silently repair the errors as well as correct them in the code while blaming the authors! Patrick