Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21522 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55076 invoked by uid 1010); 13 Jan 2006 21:25:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55061 invoked from network); 13 Jan 2006 21:25:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2006 21:25:42 -0000 X-Host-Fingerprint: 65.122.208.20 mail.info-link.net Linux 2.4/2.6 Received: from ([65.122.208.20:56295] helo=mail.info-link.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3F/13-06425-5DA18C34 for ; Fri, 13 Jan 2006 16:25:42 -0500 Received: from [192.168.1.60] (spooler.info-link.net [65.122.208.6]) by mail.info-link.net (8.12.11/8.12.11) with ESMTP id k0DLPaJ1005623; Fri, 13 Jan 2006 15:25:37 -0600 Message-ID: <43C81AD5.4070409@info-link.net> Date: Fri, 13 Jan 2006 15:25:41 -0600 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hartmut Holzgraefe CC: internals@lists.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> <43C7E437.70209@info-link.net> <43C8106F.9040604@php.net> In-Reply-To: <43C8106F.9040604@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ConnInfo-Version: Connection info milter (v0.5) running on milter.info-link.net if_addr=65.122.208.20 if_name=mail.info-link.net offical_name=mail.info-link.net pid=5623 X-ConnInfo: relay_addr=65.122.208.6 relay_name=spooler.info-link.net relay_helo=[192.168.1.60] milter_time=200601131525 queue_id=k0DLPaJ1005623 message_id=<43C81AD5.4070409@info-link.net> X-Antivirus: Scanned by Vexira Antivirus 1.0.2 VDB 8.1031 Subject: Re: [PHP-DEV] Re: Named arguments revisited From: brad@info-link.net (Brad Fisher) Hartmut Holzgraefe wrote: > Brad Fisher wrote: > >> Thus no need to rework internal parameter passing API at all. >> Perhaps I'm missing something? > > > you missed that the parameter name information is just not available > for internal functions, the api works by parameter positions only > right now, so at some level you *have to* add this information for > all the 4,000+ extension funcitons out there ... > > Good point! You are correct, I did overlook that and can see it may be a large task to define that for all built-ins. Sorry for the noise... -Brad