Commit:    069c4486234ce70a6cb2e9b0adb9066f1f2bf343
Author:    Xinchen Hui <larue...@php.net>         Sun, 2 Sep 2012 16:52:53 +0800
Parents:   89948c7fbe487e5d75f7b02fe0c29238f556f341
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=069c4486234ce70a6cb2e9b0adb9066f1f2bf343

Log:
folder

Changed paths:
  M  Zend/zend_closures.c


Diff:
diff --git a/Zend/zend_closures.c b/Zend/zend_closures.c
index 6f2ded3..c7527b4 100644
--- a/Zend/zend_closures.c
+++ b/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;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to