← All docs

ptr_null() — internals

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

ptr_null() — internals

Where it lives

Lowering notes

  • Lowers ptr_null() by materializing the raw null pointer sentinel.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function ptr_null(): mixed

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references