Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33492 invoked from network); 4 Mar 2012 01:28:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2012 01:28:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:63056] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/23-12048-F35C25F4 for ; Sat, 03 Mar 2012 20:28:32 -0500 Received: by qaui11 with SMTP id i11so320004qau.8 for ; Sat, 03 Mar 2012 17:28:28 -0800 (PST) Received-SPF: pass (google.com: domain of ircmaxell@gmail.com designates 10.224.204.67 as permitted sender) client-ip=10.224.204.67; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ircmaxell@gmail.com designates 10.224.204.67 as permitted sender) smtp.mail=ircmaxell@gmail.com; dkim=pass header.i=ircmaxell@gmail.com Received: from mr.google.com ([10.224.204.67]) by 10.224.204.67 with SMTP id fl3mr1208868qab.53.1330824508744 (num_hops = 1); Sat, 03 Mar 2012 17:28:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=w7+WCvdIXlHQ/R1MjArl4vS1hWviiVHOXKrfjh+24HU=; b=wdzyhLiLHQtLoFhc6Jg5HD/R7tJ76xe2Kr0acrubUgeKAZLL8lixLLi5VuGm/xmLwW oCZZAI5y5Zj0ap0ghWtdb8f8YOMrjD90hZA39WhzU78V3b5NJ+kmd4XcNeJI4xU8IUwi WLT+W41wPQV4khsAhIhrSnqltcFQW+zJBclSeiONThdcLVWamqNnOtKYqueq0Dfy5jS9 UCiWOh+Z9Ul3WWfyJB4CdWa7MZp6esdhbR6/GX+CylzeQ71sJuqM/b0KuO29u4A0AbRx B1laF5h+RwOxB70SzWRDH5MosaaFsC4KbITWaw7XfIobqP0MTYAccRBe3+w50/Or0zyC 8IWA== MIME-Version: 1.0 Received: by 10.224.204.67 with SMTP id fl3mr1054063qab.53.1330824508708; Sat, 03 Mar 2012 17:28:28 -0800 (PST) Received: by 10.229.49.74 with HTTP; Sat, 3 Mar 2012 17:28:28 -0800 (PST) Date: Sat, 3 Mar 2012 20:28:28 -0500 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [RFC - Discussion] Parameter Type Casting Hints From: ircmaxell@gmail.com (Anthony Ferrara) Hey all, I've drafted an RFC for the Parameter type casting hint proposal that I posted to before. Attached to the RFC is a patch that's proposed for inclusion in core for functionality (it doesn't include news entries, or documentation, or any of the other steps that would be needed prior to commit). https://wiki.php.net/rfc/parameter_type_casting_hints Please provide feedback here on the implementation and RFC topics. Thanks, Anthony