← 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
- Signature:
crates/elephc-builtin-contract/src/catalog_data.rs - Lowering:
src/web_prelude/build.rs:5029 (ini_get_all) - Function symbol:
ini_get_all()
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.