← All docs

ini_get_all() — internals

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

ini_get_all() — internals

Where it lives

Lowering notes

  • Implemented by the compiler-injected web prelude.

Semantic descriptor

Shared contract implemented by an injected elephc-PHP prelude.

EIR and runtime boundary

Implemented by an injected elephc-PHP prelude.

Signature summary

function ini_get_all(?string $extension = null, bool $details = true): mixed

What the type checker enforces

  • Arity: takes 0–2 arguments (2 optional).

Eval interpreter (magician)

Not callable from eval’d code — the magician interpreter has no entry for this builtin.

Cross-references