← All docs
die() — internals
Compiler internals for die(): lowering path, type checks, and runtime helpers.
die() — internals
Where it lives
- Signature:
src/types/signatures.rs - Lowering:
(not lowered):0 - Function symbol:
(none — type-checker only)()
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function die(int $status): void
What the type checker enforces
- Arity: takes 0–1 arguments (1 optional).