Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79051 invoked from network); 3 Dec 2009 16:11:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2009 16:11:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad 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: troelskn@gmail.com X-Host-Fingerprint: 209.85.218.213 mail-bw0-f213.google.com Received: from [209.85.218.213] ([209.85.218.213:33382] helo=mail-bw0-f213.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/60-02785-543E71B4 for ; Thu, 03 Dec 2009 11:11:50 -0500 Received: by bwz5 with SMTP id 5so1251566bwz.23 for ; Thu, 03 Dec 2009 08:11:46 -0800 (PST) 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:cc:content-type; bh=BD2pc0qP5Vd+g8llkNx5T6miJfP9O5LoviyQhahW00w=; b=WIZApXbcTfNsoA4xpIEO7MthsjuMbiaY5o0Xrp45Bs5YNk5GQWhvaph4KYZSFObopk 9pdXy5aeIvF8j6kQctpIDhVeE1g8OTWte8cxA8Obod8PUr6gIiCrN+sAVHpw5VI33puH rKVZvCBLQH4YzfGzKL9qp6MTE5WCxfVHgq5FQ= 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 :cc:content-type; b=RyvU91PP8pmU9sAQHvBfCpTqSi6s+0uMW4nBJ+z+mzUFB7mBgngJNjuXMELF9xzwS1 4svVyL5t+6Kk1ar2Bp8GX4EpCEcCvdSCMSVMe5jpI0zorFANGDn+9m3oPiruLLAaaA6/ Gp+1WYo3MBtHL36471Zk+ICFJwwXCG0YIFTZo= MIME-Version: 1.0 Received: by 10.204.13.69 with SMTP id b5mr1861134bka.135.1259856706282; Thu, 03 Dec 2009 08:11:46 -0800 (PST) In-Reply-To: References: <4B17DE7F.7000202@easyflirt.com> Date: Thu, 3 Dec 2009 17:11:46 +0100 Message-ID: <98b8086f0912030811y56a3e411kfa06bd23e2dc4394@mail.gmail.com> To: Graham Kelly Cc: Mathieu Suen , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Inspecting opcode From: troelskn@gmail.com (troels knak-nielsen) Here's another extension for the same. Generates nice graphs too. http://www.bytekit.org/ -- troels On Thu, Dec 3, 2009 at 4:53 PM, Graham Kelly wrote: > Hi, > > It sounds like what you want is VLD. http://pecl.php.net/package/vld > > - Graham Kelly > > On Thu, Dec 3, 2009 at 10:51 AM, Mathieu Suen wrote: > >> Hi, >> >> Does anyone know how to inspect the opcode of a php file? >> >> Thanks >> >> -- Mathieu Suen >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> >