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.
 
 
韩天峰 b94bc42074 Merge pull request 'CLI 模式下运行已编译程序时,$_SERVER 中会缺少 PHP_SELF 等脚本相关参数。' (#39) from init_server into master 4 weeks ago
..
anon_class mv tests/aot to tests/compiler 1 month ago
array Fix windows 4 weeks ago
array_method mv tests/aot to tests/compiler 1 month ago
arrow_fn mv tests/aot to tests/compiler 1 month ago
attribute refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
basic refactor(compiler): replace output parameters with return values and adjust visibility 1 month ago
bigint mv tests/aot to tests/compiler 1 month ago
bignumber mv tests/aot to tests/compiler 1 month ago
callable mv tests/aot to tests/compiler 1 month ago
class fix(compiler): resolve class and interface dependency registration issues 1 month ago
closure Add phpt tests 4 weeks ago
coalesce test(compiler): strengthen undefined coalesce assignment coverage 1 month ago
compiler mv tests/aot to tests/compiler 1 month ago
const feat(parser): implement runtime constant resolution with namespace fallback 4 weeks ago
control_flow feat(compiler): add expected and unexpected branch prediction functions 1 month ago
decimal mv tests/aot to tests/compiler 1 month ago
devirtualize mv tests/aot to tests/compiler 1 month ago
dynamic_call test(object_property): update dynamic property assignment test expectations 1 month ago
empty mv tests/aot to tests/compiler 1 month ago
enum mv tests/aot to tests/compiler 1 month ago
exception mv tests/aot to tests/compiler 1 month ago
ffi mv tests/aot to tests/compiler 1 month ago
float_edge mv tests/aot to tests/compiler 1 month ago
functions feat(translator): implement argument consumption optimization for wrapper functions 1 month ago
generator merge: sync generator return covariance fix with master 1 month ago
keyword_extension refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
keyword_method mv tests/aot to tests/compiler 1 month ago
loop feat(parser): add array reference support and improve foreach handling 1 month ago
magic_methods fix(compiler): resolve class and interface dependency registration issues 1 month ago
named_args mv tests/aot to tests/compiler 1 month ago
namespace feat(parser): implement runtime constant resolution with namespace fallback 4 weeks ago
nullsafe mv tests/aot to tests/compiler 1 month ago
object_ctor fix(compiler): 检查构造函数可见性以防止非法调用 1 month ago
object_property test(object_property): update dynamic property assignment test expectations 1 month ago
operator fix(parser): optimize concat assignment and ternary expression handling 1 month ago
optimizations mv tests/aot to tests/compiler 1 month ago
parent_call mv tests/aot to tests/compiler 1 month ago
place-holder mv tests/aot to tests/compiler 1 month ago
ref fix(parser): preserve references across all array write paths 1 month ago
self-class fix(stub): normalize special class constant references 1 month ago
static fix(closure): handle static variables in closure use references 1 month ago
std-array refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-bigfloat refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-bigint refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-decimal refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-map refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-ordered-map refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-stream refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-vector feat(parser): add array reference support and improve foreach handling 1 month ago
stdlib mv tests/aot to tests/compiler 1 month ago
stream_method refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
strict_types mv tests/aot to tests/compiler 1 month ago
string_method mv tests/aot to tests/compiler 1 month ago
super_global fix: align server globals with PHP CLI 4 weeks ago
switch mv tests/aot to tests/compiler 1 month ago
trait fix(translator): align trait parent wrapper signatures 1 month ago
type_decl fix(compiler): enforce complete return covariance rules 1 month ago
type_hits mv tests/aot to tests/compiler 1 month ago
universal_method refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
var_convert refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
variadic mv tests/aot to tests/compiler 1 month ago
README_TEST_COVERAGE.md mv tests/aot to tests/compiler 1 month ago
RUN_TESTS_GUIDE.md rename(compiler): update compiler executable name from compiler.php to tpc.php 1 month ago
SKIP_TESTS.md rename(tests): move aot tests directory to compiler 1 month ago
TEST_SUPPLEMENT_REPORT.md rename(tests): move aot tests directory to compiler 1 month ago
concat_empty.phpt fix(parser): safely omit empty concat literals 1 month ago
concat_flatten.phpt mv tests/aot to tests/compiler 1 month ago
static_property_test.inc mv tests/aot to tests/compiler 1 month ago