sp;string(5) "hello" ["result"]=> string(0) "" } [1]=> array(8) { ["lineno"]=> int(3) ["opcode"]=> string(9) "ZEND_ECHO" ["op1_type"]=> string(2) "CV" ["op2_type"]=> string(6) "UNUSED" ["result_type"]=> string(6) "UNUSED" ["op1"]=> string(2) "~0" ["op2"]=> string(6) "UNUSED" ["result"]=> string(6) "UNUSED" } [2]=> array(8) { ["lineno"]=> int(5) ["opcode"]=> string(11) "ZEND_RETURN" ["op1_type"]=> string(5) "CONST" ["op2_type"]=> string(6) "UNUSED" ["result_type"]=> string(6) "UNUSED" ["op1"]=> string(1) "1" ["op2"]=> string(6) "UNUSED" ["result"]=> string(6) "UNUSED" } } Opdumper的Web服务:Opcode Dumper坦白说,安装PHP模块还是挺麻烦的。所以为了方便朋友们查看opcode,我为Opdumper搭建了一个在线Web服务:http://supercompiler.com/app/opcode_dumper。Web页面访问只要访问这个页面,在编辑框中输入或粘贴进PHP代码,就可以快速看到相应的opcode:498)this.width=498;'' onmousewheel = ''javascript:return big(this)'' title="Snip20120516_5.png" style="display: block; margin-left: auto; margin-right: auto" height="398" alt="Snip20120516 5" src="/uploadfile/201301/2/81195837331.png" width="600" border="0" />同时,也可以将结果下载到本地(CSV文件格式)。HTTP API方式访问您可以通过访问如下API获取PHP代码的opcode:URI: http://supercompil