mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Accuracy
This commit is contained in:
parent
2f40631716
commit
56e6a45c41
@ -99,7 +99,7 @@ ZEND_METHOD(Closure, call) /* {{{ */
|
||||
}
|
||||
}
|
||||
|
||||
/* This should never happen as this closure must, by definition, be a callable */
|
||||
/* This should never happen as closures will always be callable */
|
||||
if (zend_fcall_info_init(zclosure, 0, &fci, &fci_cache, NULL, NULL TSRMLS_CC) != SUCCESS) {
|
||||
ZEND_ASSERT(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user