spl_autoload_functions()
function spl_autoload_functions(): array
Return all registered __autoload() functions.
Parameters: none.
Returns: array
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/symbols/spl_autoload_functions.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how spl_autoload_functions is implemented in the compiler, see the internals page.