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.
 
 
韩天峰 7ccdd3add9 test: 添加AOT多项功能验证测试 2 months ago
..
break-continue-level.phpt feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
condition-side-effects.phpt refactor(parser): 重构二元操作符和控制流的解析逻辑 2 months ago
control_structures.phpt 对 phpt 测试文件进行分类 3 months ago
do-while-condition-side-effects.phpt refactor(parser): 重构二元操作符和控制流的解析逻辑 2 months ago
empty-else.phpt fix(aot): skip comment-only else branch 2 months ago
expression-side-effects-composed.phpt fix: 修复变参参数缺失命名参数及闭包副作用等问题 2 months ago
for-condition-side-effects.phpt refactor(parser): 重构二元操作符和控制流的解析逻辑 2 months ago
goto.phpt 对 phpt 测试文件进行分类 3 months ago
match-expression.phpt 对 phpt 测试文件进行分类 3 months ago
match-lazy-eval.phpt feat(php): 实现表达式惰性求值和语句上下文处理 2 months ago
match-true-instanceof.phpt test: 添加AOT多项功能验证测试 2 months ago