This website works better with JavaScript.
Explore
Help
Sign In
aot
/
compiler
Watch
1
Star
0
Fork
You've already forked compiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
1029
Commits
2
Branches
11
Tags
51 MiB
PHP
99.6%
Shell
0.3%
Tag:
Branch:
Tree:
fc5eeb3c0f
master
speed_build
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v0.0.7
v0.1.0
v0.4.0
v0.4.1
v0.6.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fc5eeb3c0f'
${ noResults }
compiler
/
tests
/
aot
/
class
History
韩天峰
c3f0151e87
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
...
允许子类对象赋值给父类/接口/抽象类声明的类型变量和容器,引入 declaredClass 区分声明类型与实际类型,对无法静态证明的继承关系添加运行时类型
2 months ago
..
abstract-class-method.phpt
fix(compiler): 修复抽象类和接口的类型处理逻辑
3 months ago
abstract-class.inc
fix(compiler): 修复抽象类和接口的类型处理逻辑
3 months ago
abstract-class.phpt
对 phpt 测试文件进行分类
3 months ago
abstract-return-typed-object.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
base-class-method.phpt
test(aot): 添加类继承方法测试用例
2 months ago
class-alias-class-constant.phpt
fix:修复静态回调解析及拼接赋值等编译问题
2 months ago
class-method-override.phpt
对 phpt 测试文件进行分类
3 months ago
class_args.phpt
对 phpt 测试文件进行分类
3 months ago
class_extends.phpt
对 phpt 测试文件进行分类
3 months ago
final-class.phpt
对 phpt 测试文件进行分类
3 months ago
get-object-class.phpt
fix(compiler): 修复对象::class获取类名
2 months ago
instanceof-dynamic-expression.phpt
fix(compiler): 修复多处运算符和表达式编译副作用处理
2 months ago
instanceof-test.phpt
对 phpt 测试文件进行分类
3 months ago
interface-declared-object-assign.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
interface-dynamic-call-zend-check.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
interface-native-call-toobject-opt.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
interface-param-return-check.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
interface.phpt
对 phpt 测试文件进行分类
3 months ago
internal-class.phpt
feat(php): 添加原生类和接口检查功能
3 months ago
new-and-call.phpt
test(samples): 添加新测试用例和示例脚本
2 months ago
new-unpack-named.phpt
feat(php): 实现表达式惰性求值和语句上下文处理
2 months ago
objval-2.phpt
fix(php): 修复类常量解析和对象转换功能
3 months ago
objval-parent.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
objval.phpt
feat(compiler): 添加性能分析和 objval 函数支持
3 months ago
readonly-2.phpt
feat(php): 添加数组初始化计划支持并修复构造函数提升属性默认值处理
2 months ago
readonly-class.phpt
对 phpt 测试文件进行分类
3 months ago
typed-object-assign-any.phpt
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
2 months ago
unset-int-prop.phpt
feat(compiler): 添加未定义变量检查和对象处理器初始化
2 months ago
unset-ref-prop.phpt
feat(compiler): 为嵌入类方法添加混合返回类型推断支持
2 months ago