← All docs
get_object_vars()
get_object_vars() is available inside eval'd code via the magician interpreter; compiled (AOT) code does not support it yet.
get_object_vars()
function get_object_vars(mixed $object): mixed
get_object_vars() is available inside eval’d code via the magician interpreter; compiled (AOT) code does not support it yet.
Parameters:
$object(mixed)
Returns: mixed
Availability
- Compiled (AOT): not available — compiled programs cannot call this builtin yet.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/symbols/get_object_vars.rs).
No examples yet — check examples/ and showcases/ for usage patterns.