← All docs
ini_restore() — internals
Compiler internals for ini_restore(): lowering path, type checks, and runtime helpers.
ini_restore() — internals
Where it lives
- Signature:
crates/elephc-builtin-contract/src/catalog_data.rs - Lowering:
src/version_prelude.rs:74 (ini_restore) - Function symbol:
ini_restore()
Lowering notes
- Implemented by the compiler-injected version 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_restore(string $option): void
What the type checker enforces
- Arity: takes exactly 1 argument.
Eval interpreter (magician)
Not callable from eval’d code — the magician interpreter has no entry for this builtin.