502 Commits (492116d3c0c10a414fbdc2538be3c643e31a7f95)

Author SHA1 Message Date
韩天峰 492116d3c0 refactor(tests): replace native_types and complex_types with Type constants 1 month ago
韩天峰 431817dee3 feat(extension): implement ExtensionProvider attribute for universal method extensions 1 month ago
韩天峰 33f6c67e13 rename(tests): move aot tests directory to compiler 1 month ago
韩天峰 55b22f8d1d mv tests/aot to tests/compiler 1 month ago
韩天峰 8b2c5decc2 feat(parser): add readonly property support with hoisting restrictions 1 month ago
韩天峰 30ebc309da fix(parser): enforce exact method name matching for extension functions 2 months ago
韩天峰 0ad6285cfe test(aot): add trait private property write inherited test case 2 months ago
韩天峰 c494622ae4 feat(runtime): enhance AOT exception reporting with source file location 2 months ago
韩天峰 d54268fd8d refactor(aot): update object extension method lookup logic 2 months ago
韩天峰 7977893bbe feat(compiler): add object extension method support with parameter offset handling 2 months ago
韩天峰 7618d25c4e feat(extension): add support for lowerCamelCase extension method names 2 months ago
韩天峰 3e9c02a666 feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
韩天峰 bd2a3da14c feat(compiler): add PHP version control and pipe operator support 2 months ago
韩天峰 60aaced040 refactor(compiler): remove echo assignment error check and improve property handling 2 months ago
韩天峰 959f2d1712 fix: resolve inherited class constants in defaults 2 months ago
韩天峰 fd085c10d0 feat(compiler): add support for embedded NUL bytes in string literals 2 months ago
Yurun 99d76ad5dc fix: 修复类常量使用self作为方法参数默认值 2 months ago
韩天峰 b6cc597725 feat(compiler): implement unified any() function handling and enhanced composite type checking 2 months ago
韩天峰 9f6a13d5f7 feat(compiler): add static type checking for composite types 2 months ago
韩天峰 0c2939738e docs(generator): update documentation for TypePHP FiberGenerator implementation 2 months ago
韩天峰 7faec8f459 feat(generator): enhance FiberGenerator implementation with improved error handling and type support 2 months ago
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 2 months ago
韩天峰 3d8eb272a6 feat(compiler): add support for dynamic class constant fetch expressions 2 months ago
韩天峰 330d7eb655 feat(parser): add support for promoted constructor properties 2 months ago
韩天峰 441091fbc5 refactor(compiler): standardize comment formatting in compiler output 2 months ago
韩天峰 be5e553bf7 test(aot): add ThinkPHP middleware and request filter test cases 2 months ago
韩天峰 78c01ca97b test(aot): add ThinkPHP pattern test cases for AOT compilation 2 months ago
韩天峰 f9c6abbbf9 test(aot): add test case for return value by reference method 2 months ago
韩天峰 2503c79f03 feat(parser): add support for method and static call reference assignments 2 months ago
韩天峰 128bfa7e85 feat(parser): add support for functions returning by reference 2 months ago
韩天峰 20add2008a fix(compiler): resolve reference args through interfaces 2 months ago
Yurun 94b61d58f8 fix(compiler): 支持抽象/接口方法的按引用参数签名解析 2 months ago
韩天峰 d2b7a36430 fix(compiler): resolve bitwise not operation on class constants in AOT compilation 2 months ago
韩天峰 995d23cfc8 fix(php): resolve native property assignment type checking and conversion issues 2 months ago
韩天峰 addbf897f9 test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 be4835991e test(aot): add Symfony framework integration test cases 2 months ago
韩天峰 7711a91dec test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 19d74e459d test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 748eb37e99 test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 af3472bd9a feat(parser): add native property assignment and compound assignment support 2 months ago
韩天峰 898c1fffdc test(aot): 添加 Symfony 模式测试用例 2 months ago
韩天峰 ed3f166997 test(aot): 添加 Symfony 组件模式测试 2 months ago
韩天峰 c3f0151e87 feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
韩天峰 f0e025dad4 feat(aot): 重构动态调用与instanceof解析并新增Symfony模式测试 2 months ago
Yurun 254e1607b5 fix(compiler): 修复unset引用变量后对变量的操作 2 months ago
韩天峰 ba354c62c8 fix: 修复空安全链中普通方法调用误判为空安全的问题 2 months ago
韩天峰 b1dcaaa37e test(aot): 新增 Symfony 模式测试及 PHPT 产物清理脚本 2 months ago
韩天峰 f22499bdf9 feat(foreach): 支持动态类型表达式和IteratorAggregate嵌套 2 months ago
韩天峰 6baaa9a221 test: 添加 Symfony 模式及引用相关测试 2 months ago
韩天峰 952210f1ff test(aot): 添加 Symfony 模式测试 2 months ago