Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80426 invoked from network); 3 Dec 2009 16:15:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2009 16:15:28 -0000 Received: from [127.0.0.1] ([127.0.0.1:15023]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 17/B0-02785-024E71B4 for ; Thu, 03 Dec 2009 11:15:28 -0500 Authentication-Results: pb1.pair.com smtp.mail=stefan@nopiracy.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=stefan@nopiracy.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nopiracy.de from 85.214.103.31 cause and error) X-PHP-List-Original-Sender: stefan@nopiracy.de X-Host-Fingerprint: 85.214.103.31 h1332034.stratoserver.net Linux 2.6 Received: from [85.214.103.31] ([85.214.103.31:53333] helo=h1332034.stratoserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/50-02785-D22E71B4 for ; Thu, 03 Dec 2009 11:07:12 -0500 Received: from Very-Black-Mac.local (xdsl-78-34-4-141.netcologne.de [78.34.4.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by h1332034.stratoserver.net (Postfix) with ESMTPSA id 74225A24198; Thu, 3 Dec 2009 17:02:50 +0100 (CET) Message-ID: <4B17E277.4070703@nopiracy.de> Date: Thu, 03 Dec 2009 17:08:23 +0100 User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Mathieu Suen CC: internals@lists.php.net References: <4B17DE7F.7000202@easyflirt.com> In-Reply-To: <4B17DE7F.7000202@easyflirt.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Inspecting opcode From: stefan@nopiracy.de (Stefan Esser) Hello, > Does anyone know how to inspect the opcode of a php file? take a look at Bytekit at http://www.bytekit.org Bye, Stefan