mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Comment clarification
This commit is contained in:
parent
429bbd7081
commit
333a465751
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue