Foundation defines the future test layout but does not add real PHP fixtures.
Later layers may add:
- Lexer differential fixtures compared against
token_get_all(). - Parser accept/reject fixtures compared against
php -l. - Runtime fixtures compared against the reference CLI.
- Imported or adapted
.phpttests from the pinned PHP8.5.7reference.
Expected results should be generated from the pinned reference PHP, not written from memory.