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.
 
 
韩天峰 881c6dbe45 feat(trait): 实现trait抽象方法重复定义的兼容性检查 3 months ago
..
001.phpt feat(aot): 添加对 PHP Trait 特性的支持 5 months ago
002.phpt feat(aot): 添加对 PHP Trait 特性的支持 5 months ago
003.phpt fix(generator): 解决接口中trait使用解析问题并完善trait别名处理 5 months ago
004.phpt feat(trait): 实现 trait 使用适配器功能支持别名和冲突解决 5 months ago
005.phpt feat(php): 支持trait方法别名和访问修饰符转换 5 months ago
006.phpt fix(trait): 修复trait方法冲突处理问题 5 months ago
007.phpt fix(php): 修复trait使用语法中未指定trait名称时的别名处理 5 months ago
008.phpt fix(trait): 解决trait中self关键字引用问题 4 months ago
009.phpt test(aot): 更新 trait 测试用例的期望输出 4 months ago
010.phpt fix(php): 将数组类常量更新写入到 ZendVM 中 3 months ago
011.phpt fix(compiler): 修复trait中类常量访问的命名空间解析问题 3 months ago
012.phpt fix(aot): 修复trait常量继承和数组常量传播问题 3 months ago
013.phpt fix(aot): 修复trait常量继承和数组常量传播问题 3 months ago
014.phpt feat(trait): 实现trait抽象方法重复定义的兼容性检查 3 months ago
class-param.phpt fix(aot): 解决trait方法参数类型声明的完全限定名转换问题 3 months ago
magic-const.phpt feat(php): 添加对 trait 魔术常量 __TRAIT__ 的支持 4 months ago
nullable-class-param.phpt feat(compiler): 添加trait方法参数类名解析功能 3 months ago
trait-basic.phpt 对 phpt 测试文件进行分类 3 months ago