← All docs

defined() — internals

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

defined() — internals

Where it lives

Lowering notes

  • Lowers defined("NAME") for compile-time string constant names.

Runtime helpers

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

Signature summary

function defined(string $constant_name): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references