mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
housekeeping, moving stuff to appropriate units
This commit is contained in:
parent
8743afbaa4
commit
cdd72cfda7
5 changed files with 69 additions and 61 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue