Skip to content

Commit c5212da

Browse files
committed
Merge branch 'PHP-7.0'
2 parents 85419b4 + fd95555 commit c5212da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ void shutdown_executor(void) /* {{{ */
397397

398398
zend_shutdown_fpu();
399399

400-
#ifdef ZEND_DEBUG
400+
#if ZEND_DEBUG
401401
if (EG(ht_iterators_used) && !CG(unclean_shutdown)) {
402402
zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used));
403403
}

0 commit comments

Comments
 (0)