← All docs
get_object_vars() — internals
Compiler internals for get_object_vars(): lowering path, type checks, and runtime helpers.
get_object_vars() — internals
Where it lives
- Signature:
crates/elephc-magician/src/interpreter/builtins/symbols/get_object_vars.rs - Lowering:
(not lowered):0 - Function symbol:
(none — type-checker only)()
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function get_object_vars(mixed $object): mixed
What the type checker enforces
- Arity: takes exactly 1 argument.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/symbols/get_object_vars.rs(eval_builtin!) - Dispatch hooks:
direct,values