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.
 
 
Yurun 254e1607b5 fix(compiler): 修复unset引用变量后对变量的操作 2 months ago
..
001.phpt feat(compiler): 实现空合并运算符的编译支持 5 months ago
002.phpt fix(aot): 修复空合并运算符的编译逻辑 5 months ago
003.phpt fix(aot): 修复空合并运算符的编译逻辑 5 months ago
004.phpt fix(aot): 修复空合并赋值运算符测试用例和类名解析问题 5 months ago
005.phpt refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
assign-coalesce-complex-targets.phpt fix(compiler): 修复多处运算符和表达式编译副作用处理 2 months ago
assign-coalesce-instanceof-rhs.phpt test: 添加AOT多项功能验证测试 2 months ago
assign_coalesce_001.phpt 对 phpt 测试文件进行分类 3 months ago
assign_coalesce_002.phpt 对 phpt 测试文件进行分类 3 months ago
null-coalescing.phpt 对 phpt 测试文件进行分类 3 months ago
unset-ref-coalesce.phpt fix(compiler): 修复unset引用变量后对变量的操作 2 months ago
value-selection-lazy.phpt feat(php): 实现表达式惰性求值和语句上下文处理 2 months ago