Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90898 invoked from network); 28 Oct 2009 23:42:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2009 23:42: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:5623] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/92-12066-CC6D8EA4 for ; Wed, 28 Oct 2009 18:42:04 -0500 Message-ID: To: internals@lists.php.net Date: Wed, 28 Oct 2009 23:41:17 +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=UTF-8; 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) mm w wrote: > grep is your friend, something like that grep -R "define EG(" > /usr/include/php/Zend, it's a quite common issue you crossed > > Best > > On Wed, Oct 28, 2009 at 3:03 PM, 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 >>> >>> Windows :( I did run a search with VS but funnily enough it returned no results. Mark.