← All docs

get_class_methods() — internals

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

get_class_methods() — 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_class_methods(mixed $object_or_class): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references