Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45890 Return-Path: <0xcafefeed@gmail.com> Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78974 invoked from network); 28 Oct 2009 22:58:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2009 22:58:43 -0000 Authentication-Results: pb1.pair.com header.from=0xcafefeed@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=0xcafefeed@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.213 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: 0xcafefeed@gmail.com X-Host-Fingerprint: 209.85.218.213 mail-bw0-f213.google.com Received: from [209.85.218.213] ([209.85.218.213:44251] helo=mail-bw0-f213.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/20-12066-2ACC8EA4 for ; Wed, 28 Oct 2009 17:58:43 -0500 Received: by bwz5 with SMTP id 5so1647936bwz.23 for ; Wed, 28 Oct 2009 15:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=+hEQyBBVKeLZO4oaknKJFf63cO9mvi5ZhKizwMw9qzM=; b=Q4UBrwCkCura7iEYYrxloDhQju2tETbNw54Ye09+SviG9Lz+VJIIwDhFJBaeKQldKn HBJQ2q0t5uWz7LvHRXz3BomBNbDmD4czgoOT3jjKRC7KGzbF5IAQ8XvOUwMBP/MKr7vK MEEOUVvMOLGnbXUzNIvDhxvkbi4eKW5o5b9Ko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=v8bg4NE5D6Aue79jzFWZvae9eEakyzvoZMYGoueoo6XKkyyEsxJXtV09TTHUlt8LCE Stn3MRkTHFdGU3oUsCEAy1sk+4NA5y/6MWgtoKk10STsHDeo/BXInajuLoW7MFcyCMKe Qsn+rQ4Go4aVTFX+RpjAfoYyyp2pJaF16zUrc= MIME-Version: 1.0 Received: by 10.204.25.19 with SMTP id x19mr1209107bkb.189.1256770718943; Wed, 28 Oct 2009 15:58:38 -0700 (PDT) In-Reply-To: References: <4C.08.56676.88EB8EA4@pb1.pair.com> Date: Wed, 28 Oct 2009 15:58:38 -0700 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Where is the EG macro defined? From: 0xcafefeed@gmail.com (mm w) 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 >> >> >