housekeeping, moving stuff to appropriate units

This commit is contained in:
krakjoe 2013-11-21 19:47:31 +00:00
parent 8743afbaa4
commit cdd72cfda7
5 changed files with 69 additions and 61 deletions

View file

@ -24,5 +24,7 @@
const char *phpdbg_decode_opcode(zend_uchar);
char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op, HashTable *vars TSRMLS_DC);
void phpdbg_print_opline(zend_execute_data *execute_data, zend_bool ignore_flags TSRMLS_DC);
void phpdbg_print_opline_ex(zend_execute_data *execute_data, HashTable *vars, zend_bool ignore_flags TSRMLS_DC);
#endif /* PHPDBG_OPCODE_H */