13 Commits (87c54236a0f42f238506dfe8902611654a69737b)

Author SHA1 Message Date
韩天峰 4b1b20c7ca refactor(php): 重构属性访问解析逻辑并引入编译阶段管理 2 months ago
韩天峰 3d6e0b5689 feat(php): 添加对参数解包后位置参数的验证支持 2 months ago
韩天峰 00f79ecdc1 feat(php): 实现PHP函数调用中的命名参数和参数解包功能 2 months ago
韩天峰 0bfa2869c5 feat(compiler): 支持命名参数和提升属性功能 2 months ago
韩天峰 19164e92bc docs(compiler): 添加AOT编译速度优化研究文档并完善测试用例 3 months ago
韩天峰 1e3cf4d25e refactor(php): 优化条件表达式解析逻辑 3 months ago
韩天峰 8517481c52 fix(php): 修正print函数的编译输出 3 months ago
韩天峰 fc2cc22594 feat(php): 添加对原生函数调用中命名参数的支持 3 months ago
韩天峰 b1284be533 对 phpt 测试文件进行分类 3 months ago
韩天峰 8865796b43 feat(php): 实现 compact 函数支持并增强函数重定义检查 5 months ago
韩天峰 26a0439f42 feat(php): 优化函数调用并添加类存在性检查支持 5 months ago
韩天峰 eb2eacc69a feat(compiler): 添加对PHP内置函数func_get_arg和func_get_args的支持 5 months ago
韩天峰 898cbe2553 feat(php): 支持 func_num_args 函数优化 5 months ago