Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58869 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55369 invoked from network); 12 Mar 2012 11:46:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2012 11:46:38 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:45673] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/95-20445-E12ED5F4 for ; Mon, 12 Mar 2012 06:46:38 -0500 Received: by ghbg2 with SMTP id g2so2744770ghb.29 for ; Mon, 12 Mar 2012 04:46:35 -0700 (PDT) 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=HQKdT08qP8XU1n2tG9VzukGuX1Bilii/kxVnBeG/2/0=; b=WofKj7QupdNmnI9v+N/5f80oJEdquN9jkiivxoalGfWm4uRju3gW8GDaep3xlE6LCO 1TCI//oh+eZtsqGLEsAuXnOcJ/k03UNYkFDVYo/xmclw6X0Qgz5qqj2eiAzStowbc53R 8WSShMgDjk3bOPxU59APNkxlTg8V05xp5WbngDhySjKqdWnnCEl8SkQcL1fqD33BQOBg lVhJWnBybAqgqS2cNNqGxqpV3D0pUtckWBIPb/wbVWcu0/VtykIjzXaAoERzJpg7sxKy 7ktN1DEO3iAf76wfUbbm/L+OJvWRXvcgFadweULVaDsDAv95yY5gnC/bUa4D6tKTTnoB C0WQ== MIME-Version: 1.0 Received: by 10.224.205.130 with SMTP id fq2mr7645514qab.53.1331552795906; Mon, 12 Mar 2012 04:46:35 -0700 (PDT) Received: by 10.229.49.74 with HTTP; Mon, 12 Mar 2012 04:46:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Mar 2012 07:46:35 -0400 Message-ID: To: Arvids Godjuks Cc: Tjerk Meesters , Lazare Inepologlou , Simon Schick , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [POC - Patch] Scalar Type Hinting - A-La zend_parse_parameters From: ircmaxell@gmail.com (Anthony Ferrara) Arvids, > Yea, that part looks confusing. > What I wanted to say is that I would like to get E_RECOVERABLE_ERROR and = I > was voicing my opinion on that earlier in the threads. But I could live w= ith > E_WARNING and E_NOTICE if community decides it to be less strict - I will > clean up my code not to throw a single notice (and because I use Yii - it= 's > by default converts any E_*=A0raised=A0to a fatal error and throws HTTP 5= 00 > error via exceptions). > > In my 8 years of active PHP development I learned that some=A0strictness= =A0in > deep core code of the project is a good thing and erroring the hell out > there makes perfect sense. It's a delicate balance and I never apply it t= o > the level that does actual communication with the outside world. Ok, I agree 100%. I was just confused about your wording and wanted to clarify it to the list. So we're on the same page here. Thanks! Anthony