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.
 
 
韩天峰 d919ee280c fix(php): 修复抽象类方法调用和实例化错误检查 5 months ago
..
__call_001.phpt 添加类的单元测试 7 months ago
__call_002.phpt 添加类的单元测试 7 months ago
__call_003.phpt 添加类的单元测试 7 months ago
__call_004.phpt 添加类的单元测试 7 months ago
__call_005.phpt 添加类的单元测试 7 months ago
__call_006.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
__set__get_001.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
__set__get_002.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
__set__get_003.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
__set__get_004.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
__set__get_005.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
__set_data_corrupt.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
abstract.phpt fix(php): 修复抽象类方法调用和实例化错误检查 5 months ago
abstract_class.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
abstract_final.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
array_conversion_keys.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
assign_op_property_001.phpt test(classes): 添加魔术方法相关测试用例 7 months ago
class_abstract.phpt fix(parser): 修复抽象类实例化和空语句处理问题 7 months ago
class_example.phpt feat(php): 添加类定义功能支持 7 months ago
class_final.phpt feat(php): 添加类定义功能支持 7 months ago
class_stdclass.phpt feat(php): 添加类定义功能支持 7 months ago
clone_001.phpt feat(php): 添加类定义功能支持 7 months ago
clone_002.phpt feat(php): 添加类定义功能支持 7 months ago
clone_003.phpt feat(php): 添加类定义功能支持 7 months ago
clone_004.phpt feat(php): 添加类定义功能支持 7 months ago
clone_005.phpt feat(php): 添加类定义功能支持 7 months ago
clone_006.phpt feat(php): 添加类定义功能支持 7 months ago
constants_basic_001.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_basic_002.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_basic_003.inc feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_basic_003.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_basic_004.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_basic_005.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_basic_006.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_comments_001.phpt feat(compiler): 添加类常量支持和优化代码生成 7 months ago
constants_error_001.phpt feat(compiler): 添加PHP语法错误处理和类常量重复定义检查 7 months ago
constants_error_002.phpt feat(compiler): 添加PHP语法错误处理和类常量重复定义检查 7 months ago
constants_error_005.phpt feat(compiler): 添加PHP语法错误处理和类常量重复定义检查 7 months ago
ctor_dtor.phpt 添加类的单元测试 7 months ago
ctor_visibility.phpt feat(php): 添加类定义功能支持 7 months ago
dereferencing_001.phpt feat(php): 添加类定义功能支持 7 months ago
destructor_and_echo.phpt feat(php): 添加类定义功能支持 7 months ago
destructor_and_exceptions.phpt fix(php): 修复$this变量重新赋值检查并添加类功能测试 7 months ago
factory_001.phpt fix(php): 修复$this变量重新赋值检查并添加类功能测试 7 months ago
final.phpt fix(php): 修复$this变量重新赋值检查并添加类功能测试 7 months ago
final_abstract.phpt fix(php): 修复$this变量重新赋值检查并添加类功能测试 7 months ago
inheritance.phpt update mixed 7 months ago
interfaces_001.phpt 处理继承或实现内置类和接口 7 months ago
interfaces_002.phpt 处理继承或实现内置类和接口 7 months ago
interfaces_003.phpt 处理继承或实现内置类和接口 7 months ago
iterators_001.phpt 支持 Iterator/IteratorAggregate 对象 foreach 操作 7 months ago
iterators_002.phpt 支持 Iterator/IteratorAggregate 对象 foreach 操作 7 months ago
iterators_003.phpt 修复迭代器实现,continue 时执行 next() 7 months ago
iterators_004.phpt refactor(php): 重构 foreach 循环解析逻辑以支持对象迭代器 7 months ago
iterators_005.phpt refactor(php): 重构 foreach 循环解析逻辑以支持对象迭代器 7 months ago
iterators_006.phpt feat(php): 实现PHP编译器对引用参数的支持 7 months ago
iterators_007.phpt feat(php): 实现PHP编译器对引用参数的支持 7 months ago
tostring_002.phpt fix(php): 修复$this变量重新赋值检查并添加类功能测试 7 months ago