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.
 
 
韩天峰 3e9c02a666 feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
..
001.phpt feat(compiler): 优化对象属性访问性能 4 months ago
002.phpt test(aot): 添加布尔属性测试用例 4 months ago
003.phpt feat(compiler): 添加原生类型支持和属性获取功能 4 months ago
004.phpt fix(php): 修复受保护方法访问检查和字符串转义问题 3 months ago
005.phpt fix(generator): 解决常量值格式化和命名空间解析问题 3 months ago
006.phpt fix(php): 修复函数调用参数传递中的对象属性处理问题 3 months ago
007.phpt refactor(parser): 重构零值字面量检测逻辑 2 months ago
asymmetric-set-visibility.phpt feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
default-array-001.phpt feat(php): 添加类构造函数初始化和清理功能 5 months ago
default-array-002.phpt test(php): 添加对象属性默认数组测试并移除运行时初始化检查 2 months ago
native-int-property-assign-op-var.phpt fix(php): resolve native property assignment type checking and conversion issues 2 months ago
native-int-property-assign.phpt fix(compiler): resolve bitwise not operation on class constants in AOT compilation 2 months ago
native-int-property-string-var.phpt fix(php): resolve native property assignment type checking and conversion issues 2 months ago
native-scalar-property-assign-op-var.phpt fix(php): resolve native property assignment type checking and conversion issues 2 months ago
native-scalar-property-assign-var.phpt fix(php): resolve native property assignment type checking and conversion issues 2 months ago
native-typed-read-in-loop.phpt fix(php): resolve native property assignment type checking and conversion issues 2 months ago
nested-property-array-write.phpt fix: 修复变参参数缺失命名参数及闭包副作用等问题 2 months ago
null-unset-false.phpt fix: 修复变参参数缺失命名参数及闭包副作用等问题 2 months ago
object-cast.phpt 对 phpt 测试文件进行分类 3 months ago
object-link-002.phpt 对 phpt 测试文件进行分类 3 months ago
object-link-003.phpt 对 phpt 测试文件进行分类 3 months ago
object-link.phpt 对 phpt 测试文件进行分类 3 months ago
private-prop-001.phpt feat(compiler): implement unified any() function handling and enhanced composite type checking 2 months ago
private-prop-002.phpt 对 phpt 测试文件进行分类 3 months ago
prop-001.phpt 对 phpt 测试文件进行分类 3 months ago
prop-002.phpt 对 phpt 测试文件进行分类 3 months ago
prop-003.phpt 对 phpt 测试文件进行分类 3 months ago
prop-004.phpt 对 phpt 测试文件进行分类 3 months ago
prop-005.phpt fix(stub): 修复异常处理并支持属性默认值中的new操作 3 months ago
prop-dec-inc.phpt 对 phpt 测试文件进行分类 3 months ago
prop-ref.phpt 对 phpt 测试文件进行分类 3 months ago
property-array-write-composed-expr.phpt fix: 修复变参参数缺失命名参数及闭包副作用等问题 2 months ago
property-array-write.phpt fix: 修复异常处理与exit语义,重构动态属性操作 2 months ago
property-hooks-operations.phpt feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
property-hooks.phpt feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
static-array-prop.phpt refactor(php): 重构静态属性默认值初始化逻辑 2 months ago
toarray-method.phpt test(aot): 添加对象属性toArray方法测试用例 3 months ago