TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
韩天峰 c3f0151e87 feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
..
abstract-class-method.phpt fix(compiler): 修复抽象类和接口的类型处理逻辑 3 months ago
abstract-class.inc fix(compiler): 修复抽象类和接口的类型处理逻辑 3 months ago
abstract-class.phpt 对 phpt 测试文件进行分类 3 months ago
abstract-return-typed-object.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
base-class-method.phpt test(aot): 添加类继承方法测试用例 2 months ago
class-alias-class-constant.phpt fix:修复静态回调解析及拼接赋值等编译问题 2 months ago
class-method-override.phpt 对 phpt 测试文件进行分类 3 months ago
class_args.phpt 对 phpt 测试文件进行分类 3 months ago
class_extends.phpt 对 phpt 测试文件进行分类 3 months ago
final-class.phpt 对 phpt 测试文件进行分类 3 months ago
get-object-class.phpt fix(compiler): 修复对象::class获取类名 2 months ago
instanceof-dynamic-expression.phpt fix(compiler): 修复多处运算符和表达式编译副作用处理 2 months ago
instanceof-test.phpt 对 phpt 测试文件进行分类 3 months ago
interface-declared-object-assign.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
interface-dynamic-call-zend-check.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
interface-native-call-toobject-opt.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
interface-param-return-check.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
interface.phpt 对 phpt 测试文件进行分类 3 months ago
internal-class.phpt feat(php): 添加原生类和接口检查功能 3 months ago
new-and-call.phpt test(samples): 添加新测试用例和示例脚本 2 months ago
new-unpack-named.phpt feat(php): 实现表达式惰性求值和语句上下文处理 2 months ago
objval-2.phpt fix(php): 修复类常量解析和对象转换功能 3 months ago
objval-parent.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
objval.phpt feat(compiler): 添加性能分析和 objval 函数支持 3 months ago
readonly-2.phpt feat(php): 添加数组初始化计划支持并修复构造函数提升属性默认值处理 2 months ago
readonly-class.phpt 对 phpt 测试文件进行分类 3 months ago
typed-object-assign-any.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
unset-int-prop.phpt feat(compiler): 添加未定义变量检查和对象处理器初始化 2 months ago
unset-ref-prop.phpt feat(compiler): 为嵌入类方法添加混合返回类型推断支持 2 months ago