Browse Source

folder

pull/133/merge
Xinchen Hui 14 years ago
parent
commit
069c448623
  1. 2
      Zend/zend_closures.c

2
Zend/zend_closures.c

@ -78,7 +78,7 @@ ZEND_METHOD(Closure, __invoke) /* {{{ */
/* {{{ proto Closure Closure::bind(Closure $old, object $to [, mixed $scope = "static" ] )
Create a closure from another one and bind to another object and scope */
ZEND_METHOD(Closure, bind) /* {{{ */
ZEND_METHOD(Closure, bind)
{
zval *newthis, *zclosure, *scope_arg = NULL;
zend_closure *closure;

Loading…
Cancel
Save