1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00
This commit is contained in:
Bob Weinand
2013-12-18 11:08:32 +01:00

View File

@@ -1024,7 +1024,7 @@ static inline phpdbg_breakbase_t *phpdbg_find_conditional_breakpoint(zend_execut
zend_try {
PHPDBG_G(flags) |= PHPDBG_IN_COND_BP;
zend_execute(EG(active_op_array) TSRMLS_CC);
if (i_zend_is_true(retval)) {
if (i_zend_is_true(retval TSRMLS_CC)) {
breakpoint = SUCCESS;
}
} zend_catch {