← All docs

ob_get_flush() — internals

Compiler internals for ob_get_flush(): lowering path, type checks, and runtime helpers.

ob_get_flush() — internals

Where it lives

Lowering notes

  • Lowers ob_get_flush() through the composite runtime helper: REMOVABLE
  • gating, handler FINAL phase, parent-sink flush, pop, and the raw contents.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_ob_get_flush_pop
  • __rt_ob_length
  • __rt_ob_level

Signature summary

function ob_get_flush(): mixed

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references