Skip to content

Commit 5cc9a35

Browse files
committed
...
1 parent 6ac3a4a commit 5cc9a35

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-
#ifdef PHP_VERSION_ID >= 50700
1027+
#if PHP_VERSION_ID >= 50700
10281028
if (zend_is_true(retval TSRMLS_CC)) {
10291029
#else
10301030
if (zend_is_true(retval)) {

0 commit comments

Comments
 (0)