FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

phppan/opcodedump: php7 opcode dump · GitHub

Repository files navigation

php7的opcode dump

函数列表:

dasm_file 函数

定义和用法

Disassemble file into opcode array by filename

语法

dasm_file(string filename)

dasm_string 函数

定义和用法

Disassemble php code into opcode array

语法

dasm_file(string code)

编译

  1. $ cd ext/opcodedump
  2. $ [phpize-cmd-path]
  3. $ ./configure --with-php-config=[php-config-cmd-path]
  4. $ make && make install
  5. $ [php7-cmd-path] -f ext/opcodedump/opcodedump.php

About

php7 opcode dump

Resources

Stars

21 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL