← All docs

spl_autoload_functions() — internals

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

spl_autoload_functions() — internals

Where it lives

Lowering notes

  • Lowers spl_autoload_functions() to an indexed array of AOT rule placeholders.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function spl_autoload_functions(): array

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references