Description
Legacy PHP 8.0 developer tools can analyze PHP source code as language tokens. This runtime extension supports linters, formatters, documentation generators, code analyzers, and framework tooling that need to inspect PHP files without executing them. It is dependency-only and has no separate launcher; tools load it through PHP when the extension is enabled. Source paths and uploaded files still need care so tools do not expose private code or process untrusted input without limits.