16 Commits (681c7d42e7d0b0553d01a91f9cbd19a8f18d6ac0)

Author SHA1 Message Date
韩天峰 681c7d42e7 perf(compiler): skip caches for variable method names 1 day ago
韩天峰 87c7eda964 feat(compiler): implement dynamic call caching and static property resolution 2 days ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 2 weeks ago
韩天峰 70d13a3601 修复 C++ 代码的缩进问题 2 weeks ago
韩天峰 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 2 weeks ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 3 weeks ago
韩天峰 af0b6f9582 移除 8.2、8.3 版本的支持 3 weeks ago
韩天峰 ea08344c92 feat(parser): implement nullsafe operator temporary variable lifecycle management 3 weeks ago
韩天峰 e07b97d6cf feat(scope): enhance callback scope management with dynamic callable support 4 weeks ago
韩天峰 8e48b9d7fe feat(compiler): implement scoped callback support for dynamic method calls 4 weeks ago
韩天峰 b77fee697e feat(parser): add runtime method scope detection for dynamic calls 4 weeks ago
韩天峰 7d7fa75d6f feat(compiler): add dynamic scope tracking for runtime method calls 4 weeks ago
韩天峰 c6c04d7e96 修复读取动态属性多调用一次 __isset 魔术方法的问题 1 month ago
韩天峰 c7bdfd883d refactor(compiler): replace output parameters with return values and adjust visibility 2 months ago
韩天峰 a0ece071cc refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
韩天峰 ab5dfaa722 refactor(parser): move class constant fetch and nullsafe access to separate traits 2 months ago