← All docs
ob_end_flush() — internals
Compiler internals for ob_end_flush(): lowering path, type checks, and runtime helpers.
ob_end_flush() — internals
Where it lives
- Signature:
src/builtins/io/ob_end_flush.rs - Lowering:
src/codegen/lower_inst/builtins/output_buffering.rs:448 (lower_ob_end_flush) - Function symbol:
lower_ob_end_flush()
Lowering notes
- Lowers
ob_end_flush()to the flush-and-pop helper (bool result).
Runtime helpers
The following runtime helpers are referenced:
__rt_ob_end_flush__rt_ob_flush
Signature summary
function ob_end_flush(): bool
What the type checker enforces
- Arity: takes no arguments.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/core/ob_end_flush.rs(eval_builtin!) - Dispatch hooks:
direct,values