php7的opcode dump
函数列表:
Disassemble file into opcode array by filename
dasm_file(string filename)
Disassemble php code into opcode array
dasm_file(string code)
- $ cd ext/opcodedump
- $ [phpize-cmd-path]
- $ ./configure --with-php-config=[php-config-cmd-path]
- $ make && make install
- $ [php7-cmd-path] -f ext/opcodedump/opcodedump.php