392 Commits (275ef95da7e34562c444ba7d70d456cd3d540621)

Author SHA1 Message Date
韩天峰 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
韩天峰 78c7daa646 refactor(php): 将函数声明和调用跟踪重构为符号级别 5 months ago
韩天峰 e7f2760d93 feat(compiler): 支持类常量继承和访问控制检查 5 months ago
韩天峰 f2647ccbba feat(php): 支持类常量数组类型的编译处理 5 months ago
韩天峰 3eaca2c359 feat(php): 添加对引用参数默认值的错误检查 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 6 months ago
韩天峰 f17ffa6b6f refactor(php): 重构编译器对象管理逻辑 6 months ago
韩天峰 67fc93c620 feat(compiler): 添加对全局变量和引用参数的支持 6 months ago
韩天峰 8af5580689 大重构,新增 FunctionContext 类 6 months ago
韩天峰 9eb781464a 大重构,新增 FunctionContext 类 6 months ago
韩天峰 3df8a36674 fix(php): 修复编译器基础类中的对象重置和错误消息 6 months ago
韩天峰 a50e889751 feat(php): 添加对 foreach 引用语法的支持 6 months ago
韩天峰 13499a0b7f feat(php): 添加引用生成器支持并优化表达式解析 6 months ago
韩天峰 1d6681ade3 fix(php): 修复原生函数调用异常处理和静态方法调用解析 6 months ago
韩天峰 fd48162ab6 fix(php): 修复原生方法调用异常处理 6 months ago
韩天峰 6d9c3da0c0 feat(compiler): 添加并行编译功能支持多任务同时执行 6 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 6 months ago
韩天峰 52b1effffb feat(php): 添加对 exit 语句的支持 6 months ago
韩天峰 2dac76a62d feat(php): 实现 switch 语句编译功能 6 months ago
韩天峰 208a34b134 feat(php): 添加对原生类型和方法调用的支持 6 months ago
韩天峰 fed0d7c2a0 feat(compiler): 添加属性映射支持用于PHP编译器 6 months ago
韩天峰 af5442f25e fix(php): 修复类作用域处理中的命名空间前缀问题 6 months ago
韩天峰 c259d20562 feat(php): 添加对函数调用占位符的支持并实现作用域切换功能 6 months ago
韩天峰 afc4ef87f8 feat(php): 添加对 self 类型的支持 6 months ago
韩天峰 eed45fdb61 fix(closure): 修复箭头函数和闭包生成中的代码顺序问题 6 months ago
韩天峰 f56bd745e7 fix(php): 修复匿名函数返回值类型推断问题 6 months ago
韩天峰 dd46d6fa5f feat(php): 添加对PHP空安全操作符的支持 6 months ago
韩天峰 f12ceb1713 fix(php): 修复 isset 多变量检查问题 6 months ago
韩天峰 f85889fce1 feat(php): 添加函数调用表达式检测和相关功能支持 6 months ago
韩天峰 ed45578ef1 fix(php): 修复函数参数解析中的默认值计数问题 6 months ago
韩天峰 d8e164b32c feat(aot): 添加对static关键字的支持 6 months ago
韩天峰 cebe50121a refactor(php): 优化PHP编译器代码结构和功能实现 6 months ago
韩天峰 d0d66a0982 feat(compiler): 实现对 static 关键字的支持 6 months ago
韩天峰 4f375bf869 refactor(php): 优化标识符转换方法以支持字面量模式 6 months ago
韩天峰 7871eb2820 feat(compiler): 添加类方法重写支持和动态绑定机制 6 months ago