Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75308 invoked from network); 28 Oct 2009 22:31:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2009 22:31:04 -0000 X-Host-Fingerprint: 86.152.38.93 host86-152-38-93.range86-152.btcentralplus.com Received: from [86.152.38.93] ([86.152.38.93:22837] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/09-56676-726C8EA4 for ; Wed, 28 Oct 2009 17:31:04 -0500 Message-ID: To: internals@lists.php.net Date: Wed, 28 Oct 2009 22:30:25 +0000 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 References: <4C.08.56676.88EB8EA4@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 86.152.38.93 Subject: Re: [PHP-DEV] Where is the EG macro defined? From: markskilbeck@gmail.com (Mark Skilbeck) Graham Kelly wrote: > Hi, > > You might find http://lxr.php.net to be a useful tool to help with finding > definitions in the PHP code base. > > - Graham Kelly > > On Wed, Oct 28, 2009 at 5:57 PM, Mark Skilbeck wrote: > >> I'd like to check out how the EG macro (I assume it's a macro) works. >> However, I cannot find it :( >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > Thank you very much. I did have a look for something like this, as I was sure I'd used it before. Thanks again, Mark.