720 Commits (5fa7b61cc83ab1d0b21c93ed7ee44bf726c85c9e)
 

Author SHA1 Message Date
韩天峰 5fa7b61cc8 chore(deps): 更新 swoole/phpx 依赖版本 3 months ago
韩天峰 28d1432664 refactor(type): 移除不必要的类实例断言检查 3 months ago
韩天峰 1ea7ec0764 feat(compiler): 添加性能分析和 objval 函数支持 3 months ago
韩天峰 33ee85c122 refactor(Php): 更新数值类型转换函数命名 3 months ago
韩天峰 04a56a7762 fix(stub): 修复异常处理并支持属性默认值中的new操作 3 months ago
韩天峰 c77d3ca273 chore(version): 更新版本号 3 months ago
韩天峰 b42ba105a2 docs(readme): 更新依赖库安装说明 3 months ago
韩天峰 f30a29a048 fix(php): 修复文件编码检查和方法调用问题 3 months ago
韩天峰 64e9d76770 test(assign): 添加严格类型声明为0的测试用例 3 months ago
韩天峰 31bd1ae256 fix(php): 修复严格类型声明和类型检查逻辑 3 months ago
韩天峰 92a4ecd24c refactor(build): 更新项目配置文件中的编译器路径 3 months ago
韩天峰 775972cc8c refactor(php): 移除未使用的常量和方法 3 months ago
韩天峰 b04ee5e8b2 refactor(Php): 重构编译器中的类名解析和参数构建逻辑 3 months ago
韩天峰 fc165fea27 refactor(Php): 提取 std 容器解析的公共逻辑 3 months ago
韩天峰 bbbb3c948e refactor(php): 重构表达式字符串转换逻辑 3 months ago
韩天峰 a510801d24 refactor(php): 重构二进制运算符相等性比较逻辑 3 months ago
韩天峰 215c077291 refactor(php): 优化类名解析逻辑并添加objval函数支持 3 months ago
韩天峰 26a538680f refactor(php): 将 stream_cast 函数替换为 toStream 方法 3 months ago
韩天峰 8deb99c372 test(aot): 添加对象属性toArray方法测试用例 3 months ago
韩天峰 a4ac86524c refactor(compiler): 优化关键字方法分派逻辑 3 months ago
韩天峰 7a164aa8ee refactor(php): 重构关键词方法查找机制以支持扩展方法 3 months ago
韩天峰 1bb0324605 feat(compiler): 支持字符串到大数类型的转换 3 months ago
韩天峰 52fcc86660 feat(php): 添加对void类型方法调用的检查 3 months ago
韩天峰 057e25a950 feat(type): 添加对 stream 类型的支持 3 months ago
韩天峰 32ac23630a fix(type): 修复stream和box伪类型的类型转换处理 3 months ago
韩天峰 3f9c76df5d refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
韩天峰 a4d28fbe6b refactor(tests): 替换 objval 函数调用为 toObject 方法 3 months ago
韩天峰 275ef95da7 移除 resolveExprType 方法,只使用 detectTypeOfExpr 3 months ago
韩天峰 8faac7d972 fix(compiler): 修复方法调用解析中的参数传递错误 3 months ago
韩天峰 08f90e2df9 feat(php): 添加对box类型的支持 3 months ago
韩天峰 549630e83e fix(build): 修正编译器入口文件路径 3 months ago
韩天峰 bcc518406f refactor(compiler): 重构编译器主逻辑到独立函数 3 months ago
韩天峰 593cd523d5 feat(php): 添加对 any 类型的支持 3 months ago
韩天峰 fda0acc38f refactor(php): 移除编译缓存机制并更新强制编译描述 3 months ago
韩天峰 adde76b715 feat(php): 添加对 phpx/src/misc 目录下源文件的缓存支持 3 months ago
韩天峰 3045259ae0 feat(compiler): 添加编译后运行功能支持 3 months ago
韩天峰 4a2b2ef201 test(aot): 更新幂运算整数溢出测试的期望输出 3 months ago
韩天峰 4c3d7ca4c3 feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
韩天峰 c604fc09ab feat(compiler): 添加对 Big* 类型的字符串转换和数学函数优化支持 3 months ago
韩天峰 5129bab900 test(aot): 添加动态调用命名参数功能测试 3 months ago
韩天峰 011cb1ed8c test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
韩天峰 11acfdf10f refactor(aot): 移除UnsafePtr类型支持并优化std容器实现 3 months ago
韩天峰 000b6a221d fix(tests): 修正测试文件中的路径引用 3 months ago
韩天峰 0043fc78f8 feat(php): 添加原生类和接口检查功能 3 months ago
韩天峰 71627fd920 fix(compiler): 修复抽象类和接口的类型处理逻辑 3 months ago
韩天峰 ee81d116ef refactor(Php): 将静态常量引用从父类改为当前类 3 months ago
韩天峰 bf4c5a7852 fix(generator): 解决常量值格式化和命名空间解析问题 3 months ago
韩天峰 17fcb16aec fix(php): 修复受保护方法访问检查和字符串转义问题 3 months ago
韩天峰 ce7d254709 fix(compiler): 修复trait中类常量访问的命名空间解析问题 3 months ago
韩天峰 ec5f393a27 fix(php): 将数组类常量更新写入到 ZendVM 中 3 months ago