diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-24 17:33:45 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-24 17:33:45 +0200 |
commit | 76b882f0fc0c900561743644c3056ec2c83852e8 (patch) | |
tree | a48022aec630b61b742627292fbc325ced8cd0db /sapi/phpdbg/phpdbg_list.c | |
parent | 13525328ede9db6f8235b4e7f91f7bce80235880 (diff) | |
download | php-git-76b882f0fc0c900561743644c3056ec2c83852e8.tar.gz |
Use relative paths in phpdbg_lexer.c
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_list.c b/sapi/phpdbg/phpdbg_list.c index bd6718f521..00788a0998 100644 --- a/sapi/phpdbg/phpdbg_list.c +++ b/sapi/phpdbg/phpdbg_list.c @@ -289,7 +289,7 @@ zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { zend_file_handle_dtor(&fake); dataptr->op_array = ret; - if (data->op_array) { + if (dataptr->op_array) { if (dataptr->op_array->refcount) { ++*dataptr->op_array->refcount; } else { |