Skip to content

Commit d371a30

Browse files
committed
Merge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4
2 parents 133f610 + 069c448 commit d371a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_closures.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ZEND_METHOD(Closure, __invoke) /* {{{ */
7878

7979
/* {{{ proto Closure Closure::bind(Closure $old, object $to [, mixed $scope = "static" ] )
8080
Create a closure from another one and bind to another object and scope */
81-
ZEND_METHOD(Closure, bind) /* {{{ */
81+
ZEND_METHOD(Closure, bind)
8282
{
8383
zval *newthis, *zclosure, *scope_arg = NULL;
8484
zend_closure *closure;

0 commit comments

Comments
 (0)