Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72612 invoked from network); 28 Oct 2009 22:03:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2009 22:03:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=sgkelly4@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sgkelly4@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.44 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: sgkelly4@gmail.com X-Host-Fingerprint: 209.85.160.44 mail-pw0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:55572] helo=mail-pw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/98-56676-8BFB8EA4 for ; Wed, 28 Oct 2009 17:03:39 -0500 Received: by pwj8 with SMTP id 8so1111259pwj.23 for ; Wed, 28 Oct 2009 15:03:33 -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 :from:date:message-id:subject:to:cc:content-type; bh=lx3YFscKE3SZzhPXk5qeODpJ5Od6uNnZpocrjq0N2y8=; b=sQhMNenMeOojLZluaK1ACdhiyXKmyiTmgj1KMARFeZ3JqDUxlR7v37yKO9YBA/O2h7 umk2kNoPBnN42gM3heZxyVC4PZdsNZkJh0f/luv+d43/jVUeX7IoanQZ576N3ZQdMVki 2hzpeB5Ln3LPrvjsONTK31xrkeqeCnv6/m8Vo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=gjQx6mgg1AKHuwbGTxoM5YeY/3CeZ68llaKu9Qxn6S/jOdOXpRrpzi0NVvfOsOSzYc ohyMCmh68WfEEtyLqGeLbT35FcFWVTr6J7Ju4uk2l2Y0suezc+sGj9AuoVgoO4L+E4j7 6MnYb700g9ODkXytfOaWFsprmhev6iu/cwgV0= MIME-Version: 1.0 Received: by 10.114.116.12 with SMTP id o12mr317612wac.83.1256767412205; Wed, 28 Oct 2009 15:03:32 -0700 (PDT) In-Reply-To: <4C.08.56676.88EB8EA4@pb1.pair.com> References: <4C.08.56676.88EB8EA4@pb1.pair.com> Date: Wed, 28 Oct 2009 18:03:12 -0400 Message-ID: To: Mark Skilbeck Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001636b14b3b2b794e047705f7a1 Subject: Re: [PHP-DEV] Where is the EG macro defined? From: sgkelly4@gmail.com (Graham Kelly) --001636b14b3b2b794e047705f7a1 Content-Type: text/plain; charset=ISO-8859-1 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 > > --001636b14b3b2b794e047705f7a1--