← All docs
opcache_get_configuration() — internals
Compiler internals for opcache_get_configuration(): lowering path, type checks, and runtime helpers.
opcache_get_configuration() — internals
Where it lives
- Signature:
crates/elephc-builtin-contract/src/catalog_data.rs - Lowering:
src/opcache_prelude/build.rs:128 (opcache_get_configuration) - Function symbol:
opcache_get_configuration()
Lowering notes
- Implemented by the compiler-injected OPcache 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 opcache_get_configuration(): array
What the type checker enforces
- Arity: takes no arguments.
Eval interpreter (magician)
Not callable from eval’d code — the magician interpreter has no entry for this builtin.