diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-02-16 17:41:50 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-02-16 17:41:50 +0100 |
commit | f89f66d7620c316e751d5a3335a012070e7de457 (patch) | |
tree | 33abda61712fa2139758b5c68aaff4f3370f4dce /phpdbg_bp.c | |
parent | 7b44890ac476cc45ff107048a2efbb72298b5a72 (diff) | |
download | php-git-f89f66d7620c316e751d5a3335a012070e7de457.tar.gz |
removed warning; WS
Diffstat (limited to 'phpdbg_bp.c')
-rw-r--r-- | phpdbg_bp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_bp.c b/phpdbg_bp.c index 1e85f039a5..609644548f 100644 --- a/phpdbg_bp.c +++ b/phpdbg_bp.c @@ -992,7 +992,7 @@ static inline phpdbg_breakbase_t *phpdbg_find_conditional_breakpoint(zend_execut for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position); zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], (void*)&bp, &position) == SUCCESS; - zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) { + zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) { zval *retval = NULL; int orig_interactive = CG(interactive); zval **orig_retval = EG(return_value_ptr_ptr); |