Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26597 invoked by uid 1010); 15 Apr 2004 15:55:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26551 invoked from network); 15 Apr 2004 15:55:17 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 15 Apr 2004 15:55:17 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3FFtDst028946; Thu, 15 Apr 2004 17:55:14 +0200 Date: Thu, 15 Apr 2004 17:54:46 +0200 (CEST) X-X-Sender: derick@localhost To: Jason Garber cc: internals@lists.php.net In-Reply-To: <5.1.0.14.0.20040415113948.025ef158@mail.ionzoft.com> Message-ID: References: <5.1.0.14.0.20040415111759.00b77c18@mail.ionzoft.com> <5.1.0.14.0.20040415113948.025ef158@mail.ionzoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Construct Request From: derick@php.net (Derick Rethans) On Thu, 15 Apr 2004, Jason Garber wrote: > a. the actual variable in question could not be passed > b. it incurs the overhead of calling a user-level function Which takes about as much time as calling an internal function, so that argument is bogus. Derick