Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75323 invoked by uid 1010); 13 Jan 2006 15:29:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75307 invoked from network); 13 Jan 2006 15:29:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2006 15:29:40 -0000 X-Host-Fingerprint: 209.59.182.2 amplex.webserversystems.com Linux 2.4/2.6 Received: from ([209.59.182.2:45651] helo=amplex.webserversystems.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4C/69-13738-367C7C34 for ; Fri, 13 Jan 2006 10:29:39 -0500 Received: from whitecockade.com ([64.142.12.177]:64893 helo=[192.168.0.9]) by amplex.webserversystems.com with esmtp (Exim 4.52) id 1ExQry-00089Z-OV; Fri, 13 Jan 2006 10:29:38 -0500 In-Reply-To: <43C7975A.2070504@php.net> References: <43C67431.9090003@prohost.org><3A366ACB-20D4-42C7-BBAE-46F643E3A91F@intuitivefuture.com><878581203.20060112153625@ionzoft.com> <7.0.0.16.2.20060112154219.029d06c8@zend.com><43C75FEE.7040908@php.net> <6C.F4.25674.EFD67C34@pb1.pair.com> <43C786E5.1020400@mysql.com> <43C7975A.2070504@php.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Fri, 13 Jan 2006 07:29:26 -0800 To: Lukas Smith X-Mailer: Apple Mail (2.746.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - amplex.webserversystems.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - intuitivefuture.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Re: Named arguments revisited From: jared@intuitivefuture.com (Jared White) While ideally it'd be nice to have named parameters used in the core of PHP, I realize that's probably an impossible task at the moment. So I agree that the main goal is to allow users to define APIs in PHP using this feature. If that's all we had, it'd be good enough I think. (At least, it'd certainly serve my needs. :) ) Thanks Lukas, Jared On Jan 13, 2006, at 4:04 AM, Lukas Smith wrote: > Hartmut Holzgraefe wrote: > >> - all internal and PECL functions need to be recoded as the API >> right now doesn't know any concept of parameter names at all > > I was thinking that this would a userland only feature. > > regards, > Lukas