| .. |
|
Analysis
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
Backend
|
refactor(compiler): replace internal symbol caches with persistent cache mechanism
|
2 weeks ago |
|
Build
|
build(wasm): update wit-bindgen dependency management
|
2 weeks ago |
|
Context
|
feat(scope): enhance callback scope management with dynamic callable support
|
2 weeks ago |
|
Entity
|
Native Class 支持
|
2 weeks ago |
|
Generator
|
feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation
|
3 weeks ago |
|
Immutable
|
Immutable 实现
|
7 days ago |
|
Installer
|
feat(installer): add libphpx.so auto-build support and improve PHP detection
|
1 month ago |
|
NativeClass
|
Native Class 支持 迭代器
|
1 week ago |
|
Platform
|
feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation
|
3 weeks ago |
|
Python
|
feat(python): implement native bridge for python object calls and property access
|
2 weeks ago |
|
PythonTools
|
feat(converter): add Python to TypePHP conversion features
|
2 weeks ago |
|
Resolver
|
fix(compiler): prevent static method call cache pollution with dynamic trampolines
|
2 weeks ago |
|
ArgInfoTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
AssignOpTest.php
|
test(compiler): 添加大数类型运算测试和自增自减操作限制
|
3 months ago |
|
AssignTest.php
|
Python 互调用支持
|
2 weeks ago |
|
AstNodeTypeTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
BigNumberUnsupportedOpTest.php
|
feat(parser): 添加对Big*数值类型不支持运算符的检查
|
3 months ago |
|
BigNumericValidationTest.php
|
fix(decimal): optimize integer to decimal conversion without string intermediate
|
3 weeks ago |
|
BranchPredictionTest.php
|
docs: add big number inplace optimization plan and update bool conversion
|
3 weeks ago |
|
ClassMethodOverrideTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
ClassTest.php
|
重构 Trait 实现
|
3 weeks ago |
|
ClosureTest.php
|
feat(readonly): enforce direct assignment only for readonly properties
|
2 weeks ago |
|
CompactTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
CompileTimeAttributeRegistryTest.php
|
Immutable 实现
|
7 days ago |
|
CompilerBaseAdapterTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
CompilerBaseApiTest.php
|
Immutable 实现
|
7 days ago |
|
CompilerPhaseTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
CompositeStaticTypeTest.php
|
feat(compiler): implement unified any() function handling and enhanced composite type checking
|
2 months ago |
|
ConstantArithmeticOverflowTest.php
|
feat(parser): enhance constant expression evaluation with nested operations support
|
3 weeks ago |
|
ConstantExpressionValidatorTest.php
|
移除 8.2、8.3 版本的支持
|
2 weeks ago |
|
ConstructorVisibilityTest.php
|
fix(compiler): harden constructor visibility checks
|
1 month ago |
|
CountGlobalsTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
DuplicateTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
ExceptionTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
ExitCodeTest.php
|
Add exit code phpunit tests
|
3 weeks ago |
|
FactoryTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
FileScannerTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
ForeachIndentTest.php
|
fix(generator): update exception throwing mechanism and add progress tracking
|
1 month ago |
|
FunctionTest.php
|
test(compiler): cover separator symbol collisions
|
4 weeks ago |
|
GenStubVersionFlagsTest.php
|
Native Class 支持 [第六阶段]
|
1 week ago |
|
InheritanceErrorTest.php
|
重构 Trait 实现
|
3 weeks ago |
|
InterfacePropertyHookTest.php
|
feat(generator): add PHP 8.4 interface property hook contracts support
|
2 weeks ago |
|
LoopControlTest.php
|
feat(parser): add continue statement support in switch cases within loops
|
4 weeks ago |
|
LoopOptimizerTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
MultiReturnTest.php
|
feat(compiler): add multi-return array adapter with safe parameter consumption
|
1 month ago |
|
NativePropertyTest.php
|
feat(readonly): enforce direct assignment only for readonly properties
|
2 weeks ago |
|
OperatorTest.php
|
docs: add big number inplace optimization plan and update bool conversion
|
3 weeks ago |
|
ParallelCompileTest.php
|
fix(generator): update exception throwing mechanism and add progress tracking
|
1 month ago |
|
PreprocessorTest.php
|
test(compiler): cover namespace trailing comment variants
|
1 month ago |
|
ReadonlyPropertyTest.php
|
feat(readonly): enforce direct assignment only for readonly properties
|
2 weeks ago |
|
ReflectionTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
ScopedCallContextTest.php
|
refactor(scope): optimize callback map handling for preg_replace_callback_array
|
2 weeks ago |
|
ServerEnvironmentTest.php
|
fix: cover eval error lifecycle regressions
|
4 weeks ago |
|
ShiftBoundaryTest.php
|
feat(parser): enhance constant expression evaluation with nested operations support
|
3 weeks ago |
|
SsaAnalysisTest.php
|
refactor(context): remove runtime checked objects tracking mechanism
|
2 weeks ago |
|
SymbolTest.php
|
refactor(parser): change numeric parsing to always return strings
|
3 weeks ago |
|
ThrowTest.php
|
fix(php): 修复throw语句类型检查和对象转换逻辑
|
2 months ago |
|
TraitFuncDeclTest.php
|
重构 Trait 实现
|
3 weeks ago |
|
TraitsTest.php
|
feat(scope): enhance callback scope management with dynamic callable support
|
2 weeks ago |
|
TypeCheckGeneratorTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
UndefineTest.php
|
feat(parser): add readonly property unset protection
|
2 weeks ago |
|
UniversalMethodCallTest.php
|
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
|
2 months ago |
|
UnsupportedFunctionTest.php
|
fix(compiler): resolve anonymous class names with proper namespace imports
|
2 weeks ago |
|
VariableVariableTest.php
|
test(compiler): cover expression variable names
|
1 month ago |
|
WasiUnsupportedSyntaxTest.php
|
feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation
|
3 weeks ago |
|
WasmExportAttributeTest.php
|
feat(wasm): add WASI component library mode with WIT interface generation
|
3 weeks ago |
|
WrapperArgumentMoveTest.php
|
feat(translator): implement argument consumption optimization for wrapper functions
|
1 month ago |