summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-02-17 11:05:48 +0800
committerXinchen Hui <laruence@gmail.com>2014-02-17 11:05:48 +0800
commitab2a73a6629850bfd131996a54ca649cfd455f01 (patch)
treec88aedde358c6af07bd60b044b20a580cdee759b /sapi/phpdbg/phpdbg.h
parentad1838d2483c3a44c77a2d483a5cf27ffeb63e45 (diff)
downloadphp-git-ab2a73a6629850bfd131996a54ca649cfd455f01.tar.gz
Use better data structures (incomplete)
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h
index 6b7afb2370..5e48850fea 100644
--- a/sapi/phpdbg/phpdbg.h
+++ b/sapi/phpdbg/phpdbg.h
@@ -169,7 +169,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
char *exec; /* file to execute */
size_t exec_len; /* size of exec */
zend_op_array *ops; /* op_array */
- zval *retval; /* return value */
+ zval retval; /* return value */
int bp_count; /* breakpoint count */
int vmret; /* return from last opcode handler execution */