summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-12-18 10:18:22 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-12-18 10:18:22 +0000
commit5cc9a35f1b96499c00a1336275e4ffe120bb69db (patch)
treea43415b0a24b6e705d08519bf565c340882df7f2
parent6ac3a4ab412f3541fa506c79afe3dd04985f1419 (diff)
downloadphp-git-5cc9a35f1b96499c00a1336275e4ffe120bb69db.tar.gz
...
-rw-r--r--phpdbg_bp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_bp.c b/phpdbg_bp.c
index d001c97b4d..69e0fa7086 100644
--- a/phpdbg_bp.c
+++ b/phpdbg_bp.c
@@ -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)) {