22 Commits (e230e66164ee06a35eb75999e85e5da7b028c7d1)

Author SHA1 Message Date
韩天峰 e230e66164 feat(php): 支持引用参数的默认值为数组 5 months ago
韩天峰 1441a7e5be cs-fix 5 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 6 months ago
韩天峰 52b1effffb feat(php): 添加对 exit 语句的支持 6 months ago
韩天峰 208a34b134 feat(php): 添加对原生类型和方法调用的支持 6 months ago
韩天峰 c259d20562 feat(php): 添加对函数调用占位符的支持并实现作用域切换功能 6 months ago
韩天峰 f85889fce1 feat(php): 添加函数调用表达式检测和相关功能支持 6 months ago
韩天峰 cebe50121a refactor(php): 优化PHP编译器代码结构和功能实现 6 months ago
韩天峰 34f157871d test(compiler): 添加空合并赋值操作符测试用例并优化编译逻辑 6 months ago
韩天峰 43cb0948e1 refactor(php): 优化PHP编译器类型检查和表达式处理 6 months ago
韩天峰 257616d571 refactor(compiler): 优化方法调用和参数解析逻辑 7 months ago
韩天峰 a72752828f feat(php): 添加对 match 表达式的支持 7 months ago
韩天峰 75a9309801 feat(php): 添加标量类型检查和yield表达式支持 7 months ago
韩天峰 2c90437a99 style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago
韩天峰 13a5849584 代码格式化,命名空间处理 7 months ago
韩天峰 8c20fd18c8 refactor(core): 优化代码结构和性能 7 months ago
韩天峰 1c074d140e feat(php): 实现PHP右结合赋值操作符支持 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 c9d6e93f40 支持 Iterator/IteratorAggregate 对象 foreach 操作 8 months ago
韩天峰 9ca07388bc refactor(php): 重构PHP编译器中的变量表达式判断逻辑 8 months ago