Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17412 invoked from network); 27 Feb 2015 23:36:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 23:36:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:37647] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/8E-32582-B6FF0F45 for ; Fri, 27 Feb 2015 18:36:11 -0500 Received: by qcrw7 with SMTP id w7so16571717qcr.4 for ; Fri, 27 Feb 2015 15:36:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=aE1bHIpFQ0XUkFgNxusFCUe8R/f4/1VagDjANBIK6Pc=; b=tTTWxcR0vy7q+DYG0bpm3HAmjs/BfDZBmrWb20gvYcabPFHiM7KvWQ4UOEO6Lw0VD7 A6fJisd7su0fn0VNVtExt+3ZK8eGlps+1WvFcCaaulPH44HvGbLTkk5VP6J3R6yRhF5o nAdmbDL2z7dMGVwf+K9TWlQQ2RsYijvfsqBfKKqQmc3RGxFZVUVKUnXzR8q3fckoPC11 LC+WWSiGdzl9BWWoeF73eoJedWcUSWCoDvFGJEfpjhq0gsDNRtB69fLts3W3oM/5TF5x JrMAALgcU8vuQlTIefJDWajocX4cwGnaSRHwx1zcrY+8AdZTCC10bPOmEY9NdoHYMEM1 6dgQ== X-Received: by 10.229.95.74 with SMTP id c10mr34099156qcn.17.1425080169317; Fri, 27 Feb 2015 15:36:09 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Fri, 27 Feb 2015 15:35:29 -0800 (PST) In-Reply-To: <0b3a01d0528e$fdf61160$f9e23420$@php.net> References: <3d639901ae85227b219e7ee59b3140fe@mail.gmail.com> <0b3a01d0528e$fdf61160$f9e23420$@php.net> Date: Sat, 28 Feb 2015 08:35:29 +0900 X-Google-Sender-Auth: 1K7qYR34aJmhST3--PQ6tWn6SMU Message-ID: To: francois Cc: Zeev Suraski , Theodore Brown , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11344c8644cb7c05101a555d Subject: Re: [PHP-DEV] A different user perspective on scalar type declarations From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11344c8644cb7c05101a555d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Francois, On Fri, Feb 27, 2015 at 10:12 PM, Fran=C3=A7ois Laupretre wrote: > > If we allow for trailing blanks, we'll allow the same set of chars that is already allowed for leading blanks. > > I say'blanks' and not 'whitespaces', because here is the list currently allowed as leading blank (with ascii values) : Space (32) , tab (9) , linefeed (10), carriage-return (13), vertical tab (11), and form feed (12). I agree. Emitting E_STRICT and encouraging users to have proper validation/filer is far better. IMHO. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11344c8644cb7c05101a555d--