diff options
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ #define PHPDBG_STDERR 2 #define PHPDBG_IO_FDS 3 /* }}} */ + /* {{{ structs */ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */ |