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.
 
 
韩天峰 f48b1f4781 refactor(php): 重构PHP编译器中的赋值表达式处理逻辑 7 months ago
..
arithmetic_operators.phpt 单测 8 months ago
array_assignment_edge_cases.phpt 数组操作处理 8 months ago
array_assignment_operators.phpt 数组操作处理 8 months ago
arrays.phpt 更新 8 months ago
assign-compare.phpt 支持静态类属性读写语法 8 months ago
assignment_operators.phpt 单测 8 months ago
basic_variables.phpt 更新 8 months ago
comparison_operators.phpt 单测 8 months ago
complex_array_operations.phpt 数组操作处理 8 months ago
const.phpt Native 常量处理 8 months ago
control_structures.phpt 单测 8 months ago
datetime_builtin_class.phpt 对象操作,方法调用、静态方法调用、属性读取 8 months ago
fib.phpt 字面量字符串优化,增加字面量表 8 months ago
file_operations.phpt 文件操作测试 8 months ago
for.phpt update mixed 7 months ago
foreach.phpt update mixed 7 months ago
functions.phpt 函数定义处理 8 months ago
list.phpt 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
logical_operators.phpt 单测 8 months ago
math_functions.phpt 函数定义处理 8 months ago
object-link.phpt refactor(php): 重构PHP编译器中的赋值表达式处理逻辑 7 months ago
pi.phpt 字面量字符串优化,增加字面量表 8 months ago
pow-assign-op.phpt 支持语法 **= 8 months ago
property-assign-op.phpt refactor(php): 重构PHP编译器中的赋值表达式处理逻辑 7 months ago
static-call.phpt 动态函数调用语法 8 months ago
static_class_property_read_write.phpt 支持静态类属性读写语法 8 months ago
static_property_test.inc 支持静态类属性读写语法 8 months ago
string_functions.phpt 函数定义处理 8 months ago
strlen.phpt update 8 months ago
throw-in-php.phpt try/catch 语法支持 8 months ago
try-catch.phpt try/catch 语法支持 8 months ago