650 Commits (4e94de6620e5701b60e33e8e6ed3e41a2589a073)

Author SHA1 Message Date
韩天峰 3743a32eb8 refactor(php): 统一使用小写键值优化编译器方法重写检查 5 months ago
韩天峰 183b2ba96c fix(php): 修复未定义类型的默认值处理逻辑 5 months ago
韩天峰 9022821bcf refactor(Php): 优化PHP编译器中的数组展开和对象转换逻辑 5 months ago
韩天峰 5650b71dd3 fix(php): 修复闭包变量捕获逻辑 5 months ago
韩天峰 d55f4fed2d fix(closure): 修复箭头函数局部变量声明问题 5 months ago
韩天峰 94615f939a refactor(closure): 移除闭包生成器中的当前作用域参数 5 months ago
韩天峰 1b8a2fb19d refactor(generator): 重构类属性初始化逻辑 5 months ago
韩天峰 7989c551bb fix(closure): 修复闭包生成器中的变量捕获逻辑 5 months ago
韩天峰 78c7daa646 refactor(php): 将函数声明和调用跟踪重构为符号级别 5 months ago
韩天峰 28f2b5ac8a test(class-const): 添加类常量测试用例并优化常量生成逻辑 5 months ago
韩天峰 ad3bd659b0 refactor(template): 重构类常量生成逻辑 5 months ago
韩天峰 68a9a782e8 feat(extension): 添加类构造器和属性默认值支持 5 months ago
韩天峰 e7f2760d93 feat(compiler): 支持类常量继承和访问控制检查 5 months ago
韩天峰 f2647ccbba feat(php): 支持类常量数组类型的编译处理 5 months ago
韩天峰 3eaca2c359 feat(php): 添加对引用参数默认值的错误检查 5 months ago
韩天峰 dd297b5f92 fix(closure): 修复闭包生成器中的引用捕获问题 5 months ago
韩天峰 b499347669 cs-fix 5 months ago
韩天峰 3191ff2cce feat(php): 实现对 instanceof 操作符的完整支持 5 months ago
韩天峰 07200b9e12 feat(compiler): 支持PHP变长参数函数特性 5 months ago
韩天峰 096a92a62e feat(php): 添加对内部类继承和可空参数的支持 5 months ago
韩天峰 86055c3bf1 feat(php): 添加PHP类型声明解析功能 5 months ago
韩天峰 12696eeed4 test(type): 添加类型声明相关测试用例 5 months ago
韩天峰 9d5500250d test(named_args): 添加命名参数功能测试用例 5 months ago
韩天峰 23f2fa48af feat(php): 实现魔术方法 __get、__set、__isset、__unset 的编译支持 5 months ago
韩天峰 45e3933b3c refactor(php): 优化编译器基础类的类型声明和参数命名 5 months ago
韩天峰 55caa1fcef feat(compiler): 实现PHP魔术方法支持和动态调用处理 5 months ago
韩天峰 2ef2358735 fix(compiler): 移除变量类型重新赋值检查逻辑 5 months ago
韩天峰 1441a7e5be cs-fix 5 months ago
韩天峰 f17ffa6b6f refactor(php): 重构编译器对象管理逻辑 5 months ago
韩天峰 67fc93c620 feat(compiler): 添加对全局变量和引用参数的支持 5 months ago
韩天峰 8af5580689 大重构,新增 FunctionContext 类 5 months ago
韩天峰 9eb781464a 大重构,新增 FunctionContext 类 5 months ago
韩天峰 3df8a36674 fix(php): 修复编译器基础类中的对象重置和错误消息 5 months ago
韩天峰 9526f9992b feat(closure): 完善闭包 use 语法支持 5 months ago
韩天峰 a50e889751 feat(php): 添加对 foreach 引用语法的支持 5 months ago
韩天峰 6a48de1321 refactor(php): 优化魔术方法检测器的参数验证逻辑 5 months ago
韩天峰 41e46c2479 refactor(php): 重构父类解析逻辑以支持完全限定名称 5 months ago
韩天峰 afa770bcab feat(php): 添加模板关键字支持 5 months ago
韩天峰 13499a0b7f feat(php): 添加引用生成器支持并优化表达式解析 5 months ago
韩天峰 33d8693776 remove(Php): 删除 Encryptor 文件 5 months ago
韩天峰 1d6681ade3 fix(php): 修复原生函数调用异常处理和静态方法调用解析 5 months ago
韩天峰 fd48162ab6 fix(php): 修复原生方法调用异常处理 5 months ago
韩天峰 6d9c3da0c0 feat(compiler): 添加并行编译功能支持多任务同时执行 5 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 5 months ago
韩天峰 52b1effffb feat(php): 添加对 exit 语句的支持 5 months ago
韩天峰 2dac76a62d feat(php): 实现 switch 语句编译功能 5 months ago
韩天峰 208a34b134 feat(php): 添加对原生类型和方法调用的支持 5 months ago
韩天峰 fed0d7c2a0 feat(compiler): 添加属性映射支持用于PHP编译器 5 months ago
韩天峰 af5442f25e fix(php): 修复类作用域处理中的命名空间前缀问题 5 months ago
韩天峰 c259d20562 feat(php): 添加对函数调用占位符的支持并实现作用域切换功能 6 months ago