vld 0.18.0

Provides functionality to dump the internal representation of PHP scripts


The Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.

License: BSD style

Changes

- Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)