Comment clarification

This commit is contained in:
Andrea Faulds 2014-08-18 00:03:56 +01:00
parent 429bbd7081
commit 333a465751

View file

@ -67,7 +67,7 @@ ZEND_METHOD(Closure, __invoke) /* {{{ */
/* }}} */
/* {{{ proto mixed Closure::call(object $to [, mixed $parameter] [, mixed $...] )
Call closure, binding to a given object */
Call closure, binding to a given object with its class as the scope */
ZEND_METHOD(Closure, call) /* {{{ */
{
zval *zclosure, *newthis, closure_result;