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.
 
 
韩天峰 0e319c48de fix(php): 修复原生类型变量和对象属性的 unset 操作问题 4 months ago
..
appx feat(translator): 增强PHP到C++编译器功能 7 months ago
bench feat(examples): 添加PHP扩展示例和曼德布罗特集计算功能 7 months ago
c 命名空间和 use 语法支持 [1] ,仅 function,TODO class 8 months ago
cases php2cpp init 2 years ago
error fix(php): 修复原生类型变量和对象属性的 unset 操作问题 4 months ago
extends feat(compiler): 实现常量值解析和类型安全的值生成 4 months ago
myext feat(examples): 添加PHP扩展示例和曼德布罗特集计算功能 7 months ago
prime feat(php): 支持联合类型并优化编译器状态管理 7 months ago
project fix(php): 修复存根文件函数返回类型检查和类方法处理逻辑 5 months ago
python refactor(examples): 更新PHP示例中的类型声明和代码结构 4 months ago
swoole fix(php): 修复对象类型推断中的类名解析问题 6 months ago
test feat(compiler): 添加项目配置和扩展忽略功能 4 months ago
EightQueue.php feat(php): 添加属性偏移量支持和性能优化 7 months ago
array.php 添加更多單元測試 8 months ago
array_append.php feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
array_get.php refactor(php): 重构变量声明和全局变量处理逻辑 5 months ago
assign_cmp.php feat(compiler): 添加原生类型支持和标准库函数 5 months ago
autoload_class.php feat(compiler): 添加对孤立代码的检测和错误处理 7 months ago
bench.php feat(compiler): 添加原生类型支持和属性获取功能 4 months ago
binary-tree.php update 8 months ago
call3.php feat(php): 添加类定义功能支持 7 months ago
callstack.php feat(compiler): 实现对 static 关键字的支持 6 months ago
check_parser_api.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
closure.php feat(compiler): 添加闭包表达式支持 7 months ago
const.php feat(generator): 添加常量符号注册功能 7 months ago
const_c_array.php update 10 months ago
digit_count.php feat(php): 添加标量类型检查和yield表达式支持 7 months ago
div.php 全局变量 8 months ago
expr1.php update 10 months ago
fannkuchredux.php 数组操作处理 8 months ago
fcall.php feat(compiler): 添加闭包表达式支持 7 months ago
fib.php exit 8 months ago
file_scanner_example.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
file_scanner_usage.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
hello.php feat(extension): 添加请求生命周期钩子函数支持 7 months ago
leibniz.cpp update 8 months ago
leibniz.js update 8 months ago
list.php 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
lv3_prop.php test(zend): 添加heredoc语法和半保留字测试用例 7 months ago
micro_bench.php refactor(examples): 更新PHP示例中的类型声明和代码结构 4 months ago
named_args.php feat(php): 支持 PHP 命名参数功能 6 months ago
nbody.php-3.php try/catch 语法支持 8 months ago
ns.php update 10 months ago
ns2.php update 10 months ago
obj.php fix(php): 修复对象值解析和函数参数处理问题 7 months ago
object_cast.php 添加更多單元測試 8 months ago
pi.go update 8 months ago
pi.php feat(compiler): 添加原生类型支持和属性获取功能 4 months ago
place_holder.php feat(closure): 添加闭包生成功能并支持占位符调用 6 months ago
prime.go feat(trie): 添加字典树数据结构实现 7 months ago
prime.php feat(compiler): 添加对mixed类型支持和优化函数调用解析 7 months ago
prop.php test(zend): 添加heredoc语法和半保留字测试用例 7 months ago
property-hook.php feat(php): 添加对 trait 魔术常量 __TRAIT__ 的支持 4 months ago
ref.php feat(php): 添加对引用参数和命名参数的错误检查 7 months ago
ref_prop.php feat(php): 实现PHP编译器对引用参数的支持 7 months ago
right-assoc.php feat(php): 实现PHP右结合赋值操作符支持 7 months ago
scan_with_exclusions.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
silentCall.php refactor(php): 重构函数调用和错误抑制处理逻辑 5 months ago
simple.php refactor(generator): 将模板渲染改为直接代码生成 4 months ago
simple_scan.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
spectralnorm.php 禁止 foreach 中添加全局变量的同名变量 8 months ago
str_byte.php feat(compiler): 添加原生类型支持和标准库函数 5 months ago
str_offset_set.php 支持语法 **= 8 months ago
test.php php2cpp init 2 years ago
test_exclusions.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
test_fnmatch.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
test_php_parser_check.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
test_php_syntax_check.php feat(examples): 添加多个示例文件演示核心功能 7 months ago
throw-in-php.php try/catch 语法支持 8 months ago
to_array.php refactor(compiler): 重构编译器配置和代码逻辑 7 months ago
trait.php feat(php): 添加对 trait 魔术常量 __TRAIT__ 的支持 4 months ago
unset.php unset 8 months ago
vargs.php feat(compiler): 添加可变参数支持功能 6 months ago
vcall.php feat(compiler): 支持PHP变长参数展开语法 6 months ago