开发者

Viewing PHP opcode [duplicate]

This question already has answers here: 开发者_StackOverflow中文版 Closed 11 years ago.

Possible Duplicate:

How to get opcodes of PHP?

As I dig deeper into developing in a specific language, at some point, if possible, I like to view the opcode of the language to give me a deeper understanding of how my code is interpreted or compiled. C/C++ you can usually switch to disassembly view in an IDE, or have the compiler output its instructions. Flash, you can use a utility like flasm to see what's going on..

Is there an option to view PHP's opcode? I took a look through php command line parameters, but didn't see anything (maybe I just missed it?).


I'm not quite sure, but is this what you're looking for? http://php.net/manual/en/internals2.opcodes.list.php

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜