← All docs

array_keys() — internals

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

array_keys() — internals

Where it lives

Lowering notes

  • Lowers array_keys() for indexed arrays and associative arrays.

Runtime helpers

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

Signature summary

function array_keys(array $array): array

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references