11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: 5f63019ce24efa7b5426f172d68a0f9f705a3bd5 */
2+ * Stub hash: 7a3a7030f97d2c1e787499ef25341607841a607c */
33
44ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Fiber___construct , 0 , 0 , 1 )
55 ZEND_ARG_TYPE_INFO (0 , callback , IS_CALLABLE , 0 )
@@ -29,7 +29,7 @@ ZEND_END_ARG_INFO()
2929ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_Fiber_getReturn , 0 , 0 , IS_MIXED , 0 )
3030ZEND_END_ARG_INFO ()
3131
32- ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX (arginfo_class_Fiber_this , 0 , 0 , Fiber , 1 )
32+ ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX (arginfo_class_Fiber_getCurrent , 0 , 0 , Fiber , 1 )
3333ZEND_END_ARG_INFO ()
3434
3535#define arginfo_class_Fiber_suspend arginfo_class_Fiber_resume
@@ -47,7 +47,7 @@ ZEND_METHOD(Fiber, isSuspended);
4747ZEND_METHOD (Fiber , isRunning );
4848ZEND_METHOD (Fiber , isTerminated );
4949ZEND_METHOD (Fiber , getReturn );
50- ZEND_METHOD (Fiber , this );
50+ ZEND_METHOD (Fiber , getCurrent );
5151ZEND_METHOD (Fiber , suspend );
5252ZEND_METHOD (FiberError , __construct );
5353
@@ -62,7 +62,7 @@ static const zend_function_entry class_Fiber_methods[] = {
6262 ZEND_ME (Fiber , isRunning , arginfo_class_Fiber_isRunning , ZEND_ACC_PUBLIC )
6363 ZEND_ME (Fiber , isTerminated , arginfo_class_Fiber_isTerminated , ZEND_ACC_PUBLIC )
6464 ZEND_ME (Fiber , getReturn , arginfo_class_Fiber_getReturn , ZEND_ACC_PUBLIC )
65- ZEND_ME (Fiber , this , arginfo_class_Fiber_this , ZEND_ACC_PUBLIC |ZEND_ACC_STATIC )
65+ ZEND_ME (Fiber , getCurrent , arginfo_class_Fiber_getCurrent , ZEND_ACC_PUBLIC |ZEND_ACC_STATIC )
6666 ZEND_ME (Fiber , suspend , arginfo_class_Fiber_suspend , ZEND_ACC_PUBLIC |ZEND_ACC_STATIC )
6767 ZEND_FE_END
6868};
0 commit comments