← All docs
imageconvolution() — internals
Compiler internals for imageconvolution(): lowering path, type checks, and runtime helpers.
imageconvolution() — internals
Where it lives
- Signature:
crates/elephc-builtin-contract/src/catalog_data.rs - Lowering:
src/image_prelude.rs:3279 (imageconvolution) - Function symbol:
imageconvolution()
Lowering notes
- Implemented by the compiler-injected image 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 imageconvolution(mixed $image, array $matrix, float $divisor, float $offset): bool
What the type checker enforces
- Arity: takes exactly 4 arguments.
Eval interpreter (magician)
Not callable from eval’d code — the magician interpreter has no entry for this builtin.