You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught Error: Class "Constant" not found in /path/to/test.php:15
Stack trace:
#0 /path/to/test.php(20): work_fn()
#1 [internal function]: {closure}(1)
#2 {main}
thrown in /path/to/test.php on line 15
问题同#5180 , 是另一种情况
假定有
BasicObject.php
Constant.php
不包含继承关系的类
SimpleConst.php
test.php
执行可能会包含如下错误
测试从5.1.*~6.0.*都能复现
加载有继承关系的类时, 如有其他coroutine在类未加载完成时同时加载类就会遇到这个问题参考代码
The text was updated successfully, but these errors were encountered: