Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18008 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87759 invoked by uid 1010); 13 Aug 2005 23:53:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87744 invoked from network); 13 Aug 2005 23:53:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 23:53:14 -0000 X-Host-Fingerprint: 195.226.6.9 darkcity.gna.ch Linux 2.4/2.6 Received: from ([195.226.6.9:38204] helo=darkcity.gna.ch) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EA/91-33075-AE78EF24 for ; Sat, 13 Aug 2005 19:53:14 -0400 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 251D61D15BD; Sun, 14 Aug 2005 01:53:10 +0200 (CEST) Received: from unknown by localhost (amavisd-new, unix socket) id client-XX2qe7UJ; Sun, 14 Aug 2005 01:53:08 +0200 (CEST) Received: by darkcity.gna.ch (Postfix, from userid 65534) id 936071D15BB; Sun, 14 Aug 2005 01:53:08 +0200 (CEST) Received: from [192.168.1.43] (80-219-12-45.dclient.hispeed.ch [80.219.12.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id D4AEE1D1576; Sun, 14 Aug 2005 01:53:07 +0200 (CEST) Message-ID: <42FE8849.3070207@cschneid.com> Date: Sun, 14 Aug 2005 01:54:49 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: George Schlossnagle Cc: internals@lists.php.net References: <42FCE0E4.604@lerdorf.com> <42FDDF11.2050308@cschneid.com> <6E8568FA-5893-476A-A88F-E5504C638F37@omniti.com> <42FE85AA.6020309@cschneid.com> In-Reply-To: <42FE85AA.6020309@cschneid.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on darkcity.gna.ch X-Spam-Level: * X-Spam-Status: No, score=1.7 required=5.0 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=disabled version=3.0.4 X-Virus-Scanned: by amavisd-new at gna.ch Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: cschneid@cschneid.com (Christian Schneider) Christian Schneider wrote: > What I don't like about Python at all is that AFAIK you can't call a > method with parameters not declared in the function definition. Oops, Python does allow this with a *parameter or **parameter. Missed that part when reading the specs :-) - Chris