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.
 
 
韩天峰 4ceb938009 refactor(tests): 将测试从 aot 目录移动到 compiler 目录 2 months ago
..
args-unpack.phpt 对 phpt 测试文件进行分类 3 months ago
array-push-unpack-side-effects.phpt fix(compiler):注入finally块到return路径并修复属性注册 2 months ago
compact.phpt feat(php): 实现 compact 函数支持并增强函数重定义检查 5 months ago
deep-recursion.phpt 对 phpt 测试文件进行分类 3 months ago
default-mixed-array.phpt docs(compiler): 添加AOT编译速度优化研究文档并完善测试用例 2 months ago
fn-call-001.phpt 对 phpt 测试文件进行分类 3 months ago
func-default-param.phpt 对 phpt 测试文件进行分类 3 months ago
func-return-type.phpt 对 phpt 测试文件进行分类 3 months ago
func-self-type.phpt 对 phpt 测试文件进行分类 3 months ago
func_get_arg.phpt feat(compiler): 添加对PHP内置函数func_get_arg和func_get_args的支持 5 months ago
func_get_args.phpt feat(compiler): 添加对PHP内置函数func_get_arg和func_get_args的支持 5 months ago
func_num_args.phpt feat(php): 支持 func_num_args 函数优化 5 months ago
functions.phpt 对 phpt 测试文件进行分类 3 months ago
get_class.phpt feat(php): 优化函数调用并添加类存在性检查支持 5 months ago
internal-named-args.phpt feat(compiler): 支持命名参数和提升属性功能 2 months ago
internal-union-return-type.phpt fix:修复静态回调解析及拼接赋值等编译问题 2 months ago
named-args-native.phpt feat(php): 添加对原生函数调用中命名参数的支持 3 months ago
named-variadic-native.phpt feat(php): 添加对原生函数调用中命名参数的支持 3 months ago
preg-match-output-ref-reuse.phpt fix(compiler):注入finally块到return路径并修复属性注册 2 months ago
preg_match.phpt refactor(php): 优化条件表达式解析逻辑 3 months ago
print-expression-return.phpt fix(compiler): 修复函数use导入及declare编码解析 2 months ago
print.phpt fix(php): 修正print函数的编译输出 3 months ago
return-value.phpt refactor(php): 重构属性访问解析逻辑并引入编译阶段管理 2 months ago
unpack-before-named.phpt feat(php): 实现PHP函数调用中的命名参数和参数解包功能 2 months ago
unpack-fixed-native.phpt feat(php): 添加对参数解包后位置参数的验证支持 2 months ago
unpack-followed-by-named-dynamic.phpt fix: 修复变参参数缺失命名参数及闭包副作用等问题 2 months ago
variable-functions.phpt 对 phpt 测试文件进行分类 3 months ago