Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60960 invoked from network); 5 Mar 2012 19:42:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2012 19:42:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=admacedo@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=admacedo@gmail.com; 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: admacedo@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:43834] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/8C-35539-037155F4 for ; Mon, 05 Mar 2012 14:42:40 -0500 Received: by ghbg2 with SMTP id g2so2102772ghb.29 for ; Mon, 05 Mar 2012 11:42:37 -0800 (PST) Received-SPF: pass (google.com: domain of admacedo@gmail.com designates 10.100.246.24 as permitted sender) client-ip=10.100.246.24; Authentication-Results: mr.google.com; spf=pass (google.com: domain of admacedo@gmail.com designates 10.100.246.24 as permitted sender) smtp.mail=admacedo@gmail.com; dkim=pass header.i=admacedo@gmail.com Received: from mr.google.com ([10.100.246.24]) by 10.100.246.24 with SMTP id t24mr8993088anh.0.1330976557298 (num_hops = 1); Mon, 05 Mar 2012 11:42:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tyqb1v3c3HmLBWAzo46ug3FS1FNDuEQa1/NCIxU68Ck=; b=IU7O7Zblty08GHGZd5Op6+8pcQ9ipKvTaA31H4tkCEPnofBxHy/imwRG8CVGE5EoH5 Y0bAJTXhxnQl5WeSNQhiMI4D8/DLYK0brnCGAVFrThv7VUfwFOXzJk35zTZVU7diY7gb HNGAFpZ3HHnMcN+0s7qaa/sAXaR2rBLBLh5vKQmTv6aD4cuPx+XGe2YMLPwow8zd931C XykGEosd1yerevYBc8gYfA8x1GDM4wVW4pehAm7URKTQJre/wXynKei2mpCMDgKYi6Xt DbIwehK1RzzXNn/bHxKBFzAbBvyyRkOz1XnFyCaB7t/07k6LJHxgaHEcQ2U8XYeUZ0/l fXMQ== Received: by 10.100.246.24 with SMTP id t24mr7090147anh.0.1330976557251; Mon, 05 Mar 2012 11:42:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.180.70 with HTTP; Mon, 5 Mar 2012 11:41:57 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Mar 2012 19:41:57 +0000 Message-ID: To: Lazare Inepologlou Cc: Anthony Ferrara , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [POC Patch] Scalar Type Hinting/Casting - Proof Of Concept From: admacedo@gmail.com (Daniel Macedo) > This could be usefull for other instances as (string null) or (bool > null) as well... Your thoughts? Typo! The examples should read (string unset) and (bool unset) BTW: Order would equal what is type casted OR simply accepted! ~ Daniel Macedo