| .. |
|
Analysis
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
Backend
|
feat(msvc): add compiler pdb support for debug builds
|
3 weeks ago |
|
Build
|
feat(wasm): add WASI component library mode with WIT interface generation
|
3 weeks ago |
|
Context
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
Entity
|
编译期注解语法支持
|
1 month ago |
|
Generator
|
feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation
|
3 weeks ago |
|
Installer
|
feat(installer): add libphpx.so auto-build support and improve PHP detection
|
1 month ago |
|
Platform
|
feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation
|
3 weeks ago |
|
ArgInfoTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
AssignOpTest.php
|
test(compiler): 添加大数类型运算测试和自增自减操作限制
|
3 months ago |
|
AssignTest.php
|
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
|
2 months 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
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
CompactTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
CompileTimeAttributeRegistryTest.php
|
feat(wasm): add WASI component library mode with WIT interface generation
|
3 weeks ago |
|
CompilerBaseAdapterTest.php
|
refactor(core): rename PhpAot namespace to TypePhp across codebase
|
2 months ago |
|
CompilerBaseApiTest.php
|
feat(compiler): upgrade WASI support to Preview 2 with enhanced function validation
|
3 weeks 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
|
Fix windows
|
4 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 |
|
InheritanceErrorTest.php
|
重构 Trait 实现
|
3 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
|
refactor(compiler): migrate symbol storage to repository pattern with diagnostic reporter
|
2 months 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 |
|
ReflectionTest.php
|
refactor(core): restructure namespace and file organization
|
2 months 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(phpunit): update SsaAnalysisTest to use PropertyDef objects
|
1 month 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(compiler): enhance big number type handling in logical operations
|
3 weeks ago |
|
TypeCheckGeneratorTest.php
|
refactor(core): restructure namespace and file organization
|
2 months ago |
|
UndefineTest.php
|
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
|
2 months ago |
|
UniversalMethodCallTest.php
|
feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查
|
2 months 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 |