← All docs

hash_final() — internals

Compiler internals for hash_final(): lowering path, type checks, and runtime helpers.

hash_final() — internals

Where it lives

Lowering notes

  • Implemented by the compiler-injected hash prelude.

Semantic descriptor

Shared contract implemented by an injected elephc-PHP prelude.

EIR and runtime boundary

Implemented by an injected elephc-PHP prelude.

Signature summary

function hash_final(HashContext $context, bool $binary = false): string

What the type checker enforces

  • Arity: takes 1–2 arguments (1 optional).

Eval interpreter (magician)

Cross-references