Closure            52 Zend/zend_closures.c ZEND_METHOD(Closure, __invoke) /* {{{ */
Closure           119 Zend/zend_closures.c ZEND_METHOD(Closure, call)
Closure           188 Zend/zend_closures.c ZEND_METHOD(Closure, bind)
Closure           486 Zend/zend_closures.c ZEND_COLD ZEND_METHOD(Closure, __construct)
Closure           509 Zend/zend_closures.c 	ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
Closure           510 Zend/zend_closures.c 	ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
Closure           511 Zend/zend_closures.c 	ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
Closure           512 Zend/zend_closures.c 	ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)