move opcode stuff to opcode.c

This commit is contained in:
krakjoe 2013-11-21 16:45:12 +00:00
parent a13583d1df
commit 8743afbaa4
3 changed files with 113 additions and 112 deletions

View file

@ -23,5 +23,6 @@
#include "zend_types.h"
const char *phpdbg_decode_opcode(zend_uchar);
char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op, HashTable *vars TSRMLS_DC);
#endif /* PHPDBG_OPCODE_H */