TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
韩天峰 04a56a7762 fix(stub): 修复异常处理并支持属性默认值中的new操作 3 months ago
..
anon_class fix(php): 解决匿名类继承父类名称解析问题 4 months ago
array 对 phpt 测试文件进行分类 3 months ago
array_method feat(aot): 添加对表达式结果的通用方法调用支持 3 months ago
arrow_fn fix(closure): 修复箭头函数局部变量声明问题 5 months ago
attribute 对 phpt 测试文件进行分类 3 months ago
basic refactor(tests): 替换 objval 函数调用为 toObject 方法 3 months ago
bigint feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
bignumber 对 phpt 测试文件进行分类 3 months ago
callable fix(closure): 修复闭包生成器中的引用捕获问题 5 months ago
class feat(php): 添加原生类和接口检查功能 3 months ago
closure 对 phpt 测试文件进行分类 3 months ago
coalesce 对 phpt 测试文件进行分类 3 months ago
const 对 phpt 测试文件进行分类 3 months ago
control_flow 对 phpt 测试文件进行分类 3 months ago
decimal feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
dynamic_call test(aot): 添加动态调用命名参数功能测试 3 months ago
empty fix(tests): 修正测试文件中的路径引用 3 months ago
enum 对 phpt 测试文件进行分类 3 months ago
exception 对 phpt 测试文件进行分类 3 months ago
functions 对 phpt 测试文件进行分类 3 months ago
generator 对 phpt 测试文件进行分类 3 months ago
keyword_extension refactor(compiler): 优化关键字方法分派逻辑 3 months ago
loop 对 phpt 测试文件进行分类 3 months ago
magic_methods test(type): 添加类型声明相关测试用例 5 months ago
named_args test(named-args): 添加PHP 8+命名参数功能测试用例 4 months ago
namespace 对 phpt 测试文件进行分类 [2] 3 months ago
nullsafe 对 phpt 测试文件进行分类 3 months ago
object_ctor 对 phpt 测试文件进行分类 3 months ago
object_property fix(stub): 修复异常处理并支持属性默认值中的new操作 3 months ago
operator 对 phpt 测试文件进行分类 3 months ago
place-holder fix(aot): 修复静态方法调用中的占位符生成问题 4 months ago
ref fix(tests): 修正测试文件中的路径引用 3 months ago
self-class 允许类方法的默认参数使用类常量 3 months ago
static fix(tests): 修正测试文件中的路径引用 3 months ago
std-array refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
std-bigfloat test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-bigint test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-decimal test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-map refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
std-stream test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-unordered-map refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
std-vector refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
stream_method refactor(php): 将 stream_cast 函数替换为 toStream 方法 3 months ago
string_method 对 phpt 测试文件进行分类 3 months ago
switch feat(aot): 改进switch语句编译逻辑支持默认分支 5 months ago
trait fix(compiler): 修复trait中类常量访问的命名空间解析问题 3 months ago
type_decl refactor(tests): 替换 objval 函数调用为 toObject 方法 3 months ago
type_hits 对 phpt 测试文件进行分类 3 months ago
universal_method fix(tests): 修正测试文件中的路径引用 3 months ago
var_convert feat(compiler): 支持字符串到大数类型的转换 3 months ago
variadic 对 phpt 测试文件进行分类 3 months ago
README_TEST_COVERAGE.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
RUN_TESTS_GUIDE.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
SKIP_TESTS.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
TEST_SUPPLEMENT_REPORT.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
static_property_test.inc 支持静态类属性读写语法 8 months ago