Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45889 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76412 invoked from network); 28 Oct 2009 22:32:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2009 22:32:21 -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:29923] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/49-56676-476C8EA4 for ; Wed, 28 Oct 2009 17:32:21 -0500 Message-ID: <7C.49.56676.476C8EA4@pb1.pair.com> To: internals@lists.php.net Date: Wed, 28 Oct 2009 22:31:42 +0000 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 References: <4C.08.56676.88EB8EA4@pb1.pair.com> <46ccd1ab0910281500wd56471di89387b54e7a21590@mail.gmail.com> In-Reply-To: <46ccd1ab0910281500wd56471di89387b54e7a21590@mail.gmail.com> 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) Felipe Pena wrote: > Hi. > > > 2009/10/28 Mark Skilbeck > >> I'd like to check out how the EG macro (I assume it's a macro) works. >> However, I cannot find it :( >> >> > Take a look in Zend/zend_globals_macros.h > > Cheers, Felipe. It's funny that VS didn't find it when I searched the solution :S Stupid thing. Thanks, Mark.