← All docs

get_called_class() — internals

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

get_called_class() — internals

Where it lives

Semantic descriptor

Shared contract intentionally unsupported by the AOT backend.

EIR and runtime boundary

No compiled lowering: this surface is intentionally eval-only.

Signature summary

function get_called_class(): mixed

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references