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.
 
 
韩天峰 4c3d7ca4c3 feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
..
arithmetic.phpt feat(compiler): 添加大整数、小数和大浮点数类型支持 3 months ago
assign_op.phpt test(compiler): 添加大数类型运算测试和自增自减操作限制 3 months ago
bigint_types.phpt feat(compiler): 支持 bigint_types 和 decimal_types 声明指令 3 months ago
bitwise.phpt BitInt 支持位运算操作符 3 months ago
bitwise_shift.phpt BitInt 支持位运算操作符 3 months ago
both_types.phpt feat(compiler): 支持 bigint_types 和 decimal_types 声明指令 3 months ago
compare.phpt feat(compiler): 添加大整数、小数和大浮点数类型支持 3 months ago
divmod.phpt test(native_types): 添加 Decimal 和 BigInt 类型的测试用例 3 months ago
gcd.phpt test(native_types): 添加 Decimal 和 BigInt 类型的测试用例 3 months ago
literal.phpt feat(compiler): 添加大整数、小数和大浮点数类型支持 3 months ago
math_func_opt.phpt feat(compiler): 添加对 Big* 类型的字符串转换和数学函数优化支持 3 months ago
mixed.phpt feat(compiler): 添加大整数、小数和大浮点数类型支持 3 months ago
operator.phpt test(compiler): 添加大数类型运算测试和自增自减操作限制 3 months ago
pow-02.phpt feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
pow.phpt feat(compiler): 支持 bigint_types 和 decimal_types 声明指令 3 months ago
powmod.phpt test(native_types): 添加 Decimal 和 BigInt 类型的测试用例 3 months ago
sqrt.phpt test(native_types): 添加 Decimal 和 BigInt 类型的测试用例 3 months ago
toInt_toFloat.phpt test(native_types): 添加 Decimal 和 BigInt 类型的测试用例 3 months ago
toString_cast.phpt feat(compiler): 添加对 Big* 类型的字符串转换和数学函数优化支持 3 months ago
use.phpt feat(compiler): 支持 bigint_types 和 decimal_types 声明指令 3 months ago