diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-22 18:11:35 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-22 18:11:35 +0200 |
commit | 3cc02533ae2022aa987ddf4cd372afbb472e4e91 (patch) | |
tree | 67351f73f67b87c0d88b931601dbb31af1526c5e /sapi/phpdbg/phpdbg_list.h | |
parent | b6936adb58288a0606ed847802d9226cddb41e2b (diff) | |
download | php-git-3cc02533ae2022aa987ddf4cd372afbb472e4e91.tar.gz |
Add phpdbg_get_executable() (gets executable ops/lines)
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h index 3436ddd8fb..bfaef06248 100644 --- a/sapi/phpdbg/phpdbg_list.h +++ b/sapi/phpdbg/phpdbg_list.h @@ -47,6 +47,7 @@ typedef struct { #if HAVE_MMAP void *map; #endif + zend_op_array *op_array; uint lines; uint line[1]; } phpdbg_file_source; |