mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
move opcode stuff to opcode.c
This commit is contained in:
parent
a13583d1df
commit
8743afbaa4
3 changed files with 113 additions and 112 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue