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.
 
 
韩天峰 82739d3d66 fix(compiler): validate property default expressions 1 month ago
..
anon_class mv tests/aot to tests/compiler 2 months ago
array feat(compiler): add multi-return array adapter with safe parameter consumption 1 month ago
array_method mv tests/aot to tests/compiler 2 months ago
arrow_fn mv tests/aot to tests/compiler 2 months ago
attribute mv tests/aot to tests/compiler 2 months ago
basic refactor(compiler): replace output parameters with return values and adjust visibility 2 months ago
bigint mv tests/aot to tests/compiler 2 months ago
bignumber mv tests/aot to tests/compiler 2 months ago
callable mv tests/aot to tests/compiler 2 months ago
class fix(compiler): 修复接口中self返回类型解析错误 1 month ago
closure mv tests/aot to tests/compiler 2 months ago
coalesce test(compiler): strengthen undefined coalesce assignment coverage 1 month ago
compiler mv tests/aot to tests/compiler 2 months ago
const fix(compiler): enforce class constant override rules 1 month ago
control_flow mv tests/aot to tests/compiler 2 months ago
decimal mv tests/aot to tests/compiler 2 months ago
devirtualize mv tests/aot to tests/compiler 2 months ago
dynamic_call mv tests/aot to tests/compiler 2 months ago
empty mv tests/aot to tests/compiler 2 months ago
enum mv tests/aot to tests/compiler 2 months ago
exception mv tests/aot to tests/compiler 2 months ago
ffi mv tests/aot to tests/compiler 2 months ago
float_edge mv tests/aot to tests/compiler 2 months ago
functions feat(translator): implement argument consumption optimization for wrapper functions 1 month ago
generator test(generator): add reflection property tests for fiber generator 1 month ago
keyword_extension feat(installer): add libphpx.so auto-build support and improve PHP detection 2 months ago
keyword_method mv tests/aot to tests/compiler 2 months ago
loop feat(parser): add array reference support and improve foreach handling 2 months ago
magic_methods mv tests/aot to tests/compiler 2 months ago
named_args mv tests/aot to tests/compiler 2 months ago
namespace Merge pull request 'fix(compiler): 修复接口中self返回类型解析错误' (#22) from fix-interface-method-self-return into master 1 month ago
nullsafe mv tests/aot to tests/compiler 2 months ago
object_ctor mv tests/aot to tests/compiler 2 months ago
object_property fix(compiler): validate property default expressions 1 month ago
operator mv tests/aot to tests/compiler 2 months ago
optimizations mv tests/aot to tests/compiler 2 months ago
parent_call mv tests/aot to tests/compiler 2 months ago
place-holder mv tests/aot to tests/compiler 2 months ago
ref fix(compiler): preserve ref snapshot evaluation order 1 month ago
self-class mv tests/aot to tests/compiler 2 months ago
static fix(ref): handle dynamic returns and typed static properties 1 month ago
std-array refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-bigfloat refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-bigint refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-decimal refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-map refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-ordered-map refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-stream refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-vector feat(parser): add array reference support and improve foreach handling 2 months ago
stdlib mv tests/aot to tests/compiler 2 months ago
stream_method refactor(tests): replace native_types and complex_types with Type constants 2 months ago
strict_types mv tests/aot to tests/compiler 2 months ago
string_method mv tests/aot to tests/compiler 2 months ago
switch mv tests/aot to tests/compiler 2 months ago
trait fix(compiler): preserve trait parent scope 1 month ago
type_decl mv tests/aot to tests/compiler 2 months ago
type_hits mv tests/aot to tests/compiler 2 months ago
universal_method refactor(tests): replace native_types and complex_types with Type constants 2 months ago
var_convert refactor(tests): update stream write test with extension provider attribute 2 months ago
variadic mv tests/aot to tests/compiler 2 months ago
README_TEST_COVERAGE.md mv tests/aot to tests/compiler 2 months ago
RUN_TESTS_GUIDE.md rename(compiler): update compiler executable name from compiler.php to tpc.php 2 months ago
SKIP_TESTS.md rename(tests): move aot tests directory to compiler 2 months ago
TEST_SUPPLEMENT_REPORT.md rename(tests): move aot tests directory to compiler 2 months ago
concat_empty.phpt fix(parser): safely omit empty concat literals 1 month ago
concat_flatten.phpt mv tests/aot to tests/compiler 2 months ago
static_property_test.inc mv tests/aot to tests/compiler 2 months ago