← All docs
get_class_vars() — internals
Compiler internals for get_class_vars(): lowering path, type checks, and runtime helpers.
get_class_vars() — internals
Where it lives
- Signature:
crates/elephc-builtin-contract/src/catalog_surfaces.rs - Lowering:
(not lowered):0 - Function symbol:
(none — type-checker only)()
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_vars(mixed $class): mixed
What the type checker enforces
- Arity: takes exactly 1 argument.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/symbols/get_class_vars.rs(eval_builtin!) - Execution: Magician interpreter adapter.
- Adapter reason:
callable-or-reflection. - Dispatch hooks:
direct,values