Opcodes Dumper. See what PHP code looks like after the language translates it into instructions.

github.com/laruence/opcodesdumper

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2012
  • 修复op->op2 变量被覆盖,导致输出的值中op1与op2完全相同的BUG。
  • 合并代码。
  • 版本回合并,先清空一下代码。
  • 修复op->op2 变量被覆盖,导致输出的值中op1与op2完全桢的BUG。
September 2012
  • 添加php 5.3和5.4的handlers文件
  • 添加自动切换不同版本handlers文件的功能
  • indent
  • let's keep it simple
  • format should not be break
  • memleaks
  • useless file
  • update readme
  • no symbol links
  • bump version
  • Update
  • m readme
  • 添加代码
  • Initial commit