1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
This commit is contained in:
krakjoe
2013-12-18 10:18:22 +00:00
parent 6ac3a4ab41
commit 5cc9a35f1b

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);
#ifdef PHP_VERSION_ID >= 50700
#if PHP_VERSION_ID >= 50700
if (zend_is_true(retval TSRMLS_CC)) {
#else
if (zend_is_true(retval)) {