summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-08-18 14:50:05 +0100
committerAndrea Faulds <ajf@ajf.me>2014-08-18 14:50:05 +0100
commit56e6a45c4177ace96e0a527d538dbd194f7f2886 (patch)
treec6840129432c154b0ebc9a70a6773891809b94a0 /Zend/zend_closures.c
parent2f40631716aec538ce9c1c4ae0e71aed396aa2cd (diff)
downloadphp-git-56e6a45c4177ace96e0a527d538dbd194f7f2886.tar.gz
Accuracy
Diffstat (limited to 'Zend/zend_closures.c')
-rw-r--r--Zend/zend_closures.c2
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);
}