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
..
001.phpt feat(aot): 添加对引用赋值和列表赋值的支持 5 months ago
002.phpt refactor(php): 优化代码结构并添加测试用例 5 months ago
003.phpt feat(aot): 添加对引用赋值和列表赋值的支持 5 months ago
004.phpt feat(aot): 添加对引用赋值和列表赋值的支持 5 months ago
005.phpt refactor(php): 重构链式表达式解析逻辑 5 months ago
006.phpt fix(php): 解决字符串连接操作符的void类型检查和引用参数处理问题 4 months ago
007.phpt fix(aot): 修复AOT编译中类继承和常量定义相关问题 4 months ago
008.phpt feat(compiler): 添加项目配置和扩展忽略功能 4 months ago
009.phpt test(aot): 添加类常量测试用例并修复返回值解引用问题 4 months ago
basic.phpt fix(parser): 修复引用赋值时的类型推断错误 2 months ago
default-array.phpt feat(php): 支持引用参数的默认值为数组 5 months ago
ref-call-arg.phpt fix(tests): 修正测试文件中的路径引用 3 months ago
ref-closure-param.phpt 对 phpt 测试文件进行分类 3 months ago
ref-func-param.phpt 对 phpt 测试文件进行分类 3 months ago
ref-new-var.phpt refactor(php): 优化条件表达式解析逻辑 3 months ago
ref-object.phpt fix(compiler): 修复引用参数是对象时调用方法错误 2 months ago
ref-static-prop.phpt fix(php): 修复引用参数传递中的静态属性处理问题 2 months ago
ref.phpt 对 phpt 测试文件进行分类 3 months ago
refval-array.phpt feat(php): 扩展 refval 函数支持数组元素和对象属性引用 3 months ago
refval-object.phpt feat(php): 扩展 refval 函数支持数组元素和对象属性引用 3 months ago
refval1.phpt feat(php): 添加 refval 函数支持引用传递功能 4 months ago
refval2.phpt feat(php): 添加 refval 函数支持引用传递功能 4 months ago
reuse.phpt feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
static-byref-call.phpt feat(php): 实现对函数参数引用传递的支持 2 months ago
unset.phpt test: 添加 Symfony 模式及引用相关测试 2 months ago