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.
 
 
hafung 0f430e85a6 fix(optimizer): preserve array_keys strict type errors 7 hours ago
..
anon_class fix(anon-class): handle null return in anonymous class methods 2 weeks ago
array fix(parser): stabilize compound array access paths 1 day ago
array-def fix(array-def): update list index validation to use PHP's append position 1 week ago
array_method docs: remove documentation and plans for code reuse and encapsulation 4 days ago
arrow_fn fix(compiler): validate dynamic call argument counts 2 weeks ago
attribute fix: preserve imported enum cases in attribute arguments 10 hours ago
basic Reclassify phpt test files 1 day ago
bigint feat(compiler): enhance big numeric type handling with improved conversions and validations 4 weeks ago
bignumber feat(compiler): enhance big number type handling in logical operations 4 weeks ago
callable refactor(scope): optimize callback map handling for preg_replace_callback_array 2 weeks ago
class perf(compiler): optimize array statement writes and class constant lookups 1 week ago
closure chore(deps): update swoole/phpx dependency to version ~2.6.1 1 week ago
coalesce test(compiler): strengthen undefined coalesce assignment coverage 1 month ago
const feat(compiler): add support for PHP 8.5 constant expression casts 4 days ago
control_flow fix(parser): parse do-while body before condition 1 day ago
decimal fix(decimal): optimize integer to decimal conversion without string intermediate 4 weeks ago
declare fix: register TypePHP functions with strict types 3 weeks ago
devirtualize mv tests/aot to tests/compiler 2 months ago
dynamic_call fix(compiler): prevent static method call cache pollution with dynamic trampolines 2 weeks ago
empty mv tests/aot to tests/compiler 2 months ago
enum mv tests/aot to tests/compiler 2 months ago
exception fix(compiler): resolve anonymous class names with proper namespace imports 2 weeks ago
ffi mv tests/aot to tests/compiler 2 months ago
float_edge test: split PHP 8.5 numeric warnings 3 days ago
functions feat(compiler): add local class entry hoisting control for parameter defaults 1 week ago
generator refactor(parser): change numeric parsing to always return strings 3 weeks ago
include_require test(compiler): update test configuration and execution setup 3 days ago
keyword_extension refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
keyword_method mv tests/aot to tests/compiler 2 months ago
loop feat(parser): add support for foreach by reference with property fetches 4 weeks ago
magic_methods test(datetime): update datetime builtin class tests with explicit format parsing 3 weeks ago
named_args mv tests/aot to tests/compiler 2 months ago
namespace fix(namespace): isolate explicit import aliases 1 day ago
native-class feat(compiler): add support for PHP 8.5 constant expression casts 4 days ago
nullsafe fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 1 week ago
object_ctor feat(parser): add support for final promoted properties and exit named arguments 4 days ago
object_property perf: streamline dynamic property writes 10 hours ago
operator perf: optimize stable integer property sums 11 hours ago
optimizations perf: optimize stable integer property sums 11 hours ago
parent_call mv tests/aot to tests/compiler 2 months ago
place-holder refactor(scope): replace dynamic call flag with unpacked callback scope requirement 2 weeks ago
python test(compiler): update test configuration and execution setup 3 days ago
ref fix: preserve object property reference semantics 12 hours ago
reflection feat(compiler): add PHP 8.4 property hooks support with Zend metadata registration 2 weeks ago
self-class fix(stub): normalize special class constant references 1 month ago
static fix(parser): preserve runtime class in static calls 15 hours 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 feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
std-decimal refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-map feat(compiler): implement std container default initialization and mutation guards 3 weeks 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 fix(parser): stabilize compound array access paths 1 day ago
stdlib fix(optimizer): preserve array_keys strict type errors 7 hours ago
stream_method refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
strict_types feat(compiler): implement strict scalar type validation for parameters and returns 3 weeks ago
string_method fix(compiler): simplify root slot registration in CompilerBase 6 days ago
super_global fix: align server globals with PHP CLI 4 weeks ago
switch mv tests/aot to tests/compiler 2 months ago
trait fix(parser): preserve runtime class in static calls 15 hours ago
type_decl Reclassify phpt test files 1 day ago
type_hits mv tests/aot to tests/compiler 2 months 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 2 months ago
RUN_TESTS_GUIDE.md feat(testing): add test coverage analyzer tool 4 days ago
SKIP_TESTS.md rename(tests): move aot tests directory to compiler 2 months ago
static_property_test.inc mv tests/aot to tests/compiler 2 months ago