Skip to content

Commit 3043bd2

Browse files
committed
Merge branch 'master' of https://github.com/krakjoe/phpdbg
2 parents 94d5334 + ef89fe3 commit 3043bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_bp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ static inline phpdbg_breakbase_t *phpdbg_find_conditional_breakpoint(zend_execut
10241024
zend_try {
10251025
PHPDBG_G(flags) |= PHPDBG_IN_COND_BP;
10261026
zend_execute(EG(active_op_array) TSRMLS_CC);
1027-
if (i_zend_is_true(retval)) {
1027+
if (i_zend_is_true(retval TSRMLS_CC)) {
10281028
breakpoint = SUCCESS;
10291029
}
10301030
} zend_catch {

0 commit comments

Comments
 (0)