Merge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4

This commit is contained in:
Lars Strojny 2012-09-02 14:53:52 +02:00
commit d371a306a2

View File

@ -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;