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.
 
 
韩天峰 6309346c9a feat(core): 通用方法实现,纯静态,零成本抽象 3 months ago
..
duplicate_01.php refactor(php): 重构编译器内部函数和类管理机制 5 months ago
duplicate_02.php refactor(php): 重构编译器内部函数和类管理机制 5 months ago
duplicate_03.php refactor(php): 重构编译器内部函数和类管理机制 5 months ago
function-return-ref.php fix(php): 解决函数返回引用类型的编译错误 5 months ago
protected-property.php refactor(compiler): 优化编译器类方法处理逻辑 5 months ago
re-assign-2.php feat(php): 添加类型对象重新赋值检查功能 5 months ago
re-assign-array-to-bool.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-array-to-float.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-array-to-int.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-array-to-obj.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-bool-to-array.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-bool-to-obj.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-float-to-array.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-float-to-obj.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-int-to-array.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-int-to-obj.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-obj-to-array.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-obj-to-bool.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-obj-to-float.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-obj-to-int.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-obj-to-str.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-str-to-array.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-str-to-bool.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-str-to-float.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-str-to-int.php test(assign): 添加变量重新赋值类型检查的测试用例 3 months ago
re-assign-this.php test(lang): 添加多个 bug 修复测试用例 5 months ago
re-assign.php feat(compiler): 添加变量重新赋值类型检查功能 5 months ago
std-container-static-class-mismatch.php fix(aot): 解决std容器unsafe_cast类型检查问题 4 months ago
std-unsafe-cast-rejects-unsafe-ptr-local-copy.php refactor(aot): 简化 unsafe_ptr 使用并改进错误处理 4 months ago
std-unsafe-cast-requires-unsafe-ptr.php fix(aot): 解决std容器unsafe_cast类型检查问题 4 months ago
std-unsafe-ptr-argument-requires-container.php refactor(aot): 简化 unsafe_ptr 使用并改进错误处理 4 months ago
std-unsafe-ptr-parameter-cannot-be-reassigned.php refactor(aot): 简化 unsafe_ptr 使用并改进错误处理 4 months ago
undefined-vars-01.php fix(php): 修复变量重新赋值检查和unset操作的错误处理 5 months ago
universal-method-int-undefined.php feat(core): 通用方法实现,纯静态,零成本抽象 3 months ago
universal-method-int-wrong-args.php feat(core): 通用方法实现,纯静态,零成本抽象 3 months ago
universal-method-literal-call.php feat(core): 通用方法实现,纯静态,零成本抽象 3 months ago
universal-method-no-native-types.php feat(core): 通用方法实现,纯静态,零成本抽象 3 months ago
unset-01.php fix(php): 修复变量重新赋值检查和unset操作的错误处理 5 months ago
unset-array-dim-fetch-empty.php fix(php): 解决数组取消设置时空维度的错误处理 4 months ago