← All docs

spl_autoload_unregister() — internals

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

spl_autoload_unregister() — internals

Where it lives

Lowering notes

  • Lowers autoload registration stubs by preserving arg effects and returning true.

Runtime helpers

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

Signature summary

function spl_autoload_unregister(callable $callback): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references