Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11504 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92098 invoked by uid 1010); 23 Jul 2004 08:34:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92074 invoked from network); 23 Jul 2004 08:34:28 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 23 Jul 2004 08:34:28 -0000 Received: from cpanel by iko.gotobg.net with local (Exim 4.34) id 1BnvVe-0007EN-7s; Fri, 23 Jul 2004 11:34:30 +0300 Received: from 212.9.189.193 ([212.9.189.193]) by hristov.com (IMP) with HTTP for ; Fri, 23 Jul 2004 11:34:30 +0300 Message-ID: <1090571670.4100cd96249ff@hristov.com> Date: Fri, 23 Jul 2004 11:34:30 +0300 To: Lester Caine Cc: internals@lists.php.net References: <20040722111742.253.qmail@pb1.pair.com> <5.1.0.14.2.20040722163423.0433ee48@127.0.0.1> <20040723070417.59558.qmail@pb1.pair.com> In-Reply-To: <20040723070417.59558.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 212.9.189.193 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [32001 32001] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Calling PHP functions from an extension From: php@hristov.com (Andrey Hristov) You can find some usage of this function in ext/standard/array.c hth, andrey Quoting Lester Caine : > Andi Gutmans wrote: > > > Check out zend_call_function(). It allows you to cache the function > > lookup in the fci_cache parameter. > > Where is the best place to find zend_call_function details, nothing in > the manual and google gives some spurious results. > > -- > Lester Caine > ----------------------------- > L.S.Caine Electronic Services > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >