diff options
Diffstat (limited to 'Zend/zend_closures.c')
-rw-r--r-- | Zend/zend_closures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_closures.c b/Zend/zend_closures.c index b613c69f1e..03fcf59e1e 100644 --- a/Zend/zend_closures.c +++ b/Zend/zend_closures.c @@ -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); } |