Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18044 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1176 invoked by uid 1010); 14 Aug 2005 10:37:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1161 invoked from network); 14 Aug 2005 10:37:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 10:37:52 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:35291] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FA/AA-33075-FFE1FF24 for ; Sun, 14 Aug 2005 06:37:52 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j7EAbm1j015707 for ; Sun, 14 Aug 2005 12:37:48 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j7EAbfgd015688; Sun, 14 Aug 2005 12:37:42 +0200 Date: Sun, 14 Aug 2005 12:37:39 +0200 (CEST) X-X-Sender: derick@localhost To: Joseph Crawford cc: PHP Internals In-Reply-To: <8d9a42800508131531176f24e1@mail.gmail.com> Message-ID: References: <42FCE0E4.604@lerdorf.com> <42FDDF11.2050308@cschneid.com> <6E8568FA-5893-476A-A88F-E5504C638F37@omniti.com> <42FE6AE7.1040405@hristov.com> <210C80B1-DFA3-40C9-A1A0-D8E5EE6AAAD9@omniti.com> <42FE6CC4.8080705@hristov.com> <4299A67D-9247-45E5-9696-E99AE13D0492@omniti.com> <8d9a42800508131531176f24e1@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: derick@php.net (Derick Rethans) On Sat, 13 Aug 2005, Joseph Crawford wrote: > what if i wanted to make sure it was a String, Integer, Boolean, Float, > etc.. i would like to see that added to the type hinting ;) This is not going to happen. We've discussed this plenty of times before. Derick