← All docs

ob_get_clean() — internals

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

ob_get_clean() — internals

Where it lives

Lowering notes

  • Lowers ob_get_clean() through the composite runtime helper: REMOVABLE
  • gating, handler CLEAN|FINAL phase, pop, and the raw contents (or false).

Runtime helpers

The following runtime helpers are referenced:

  • __rt_ob_get_clean_pop
  • __rt_ob_get_flush_pop
  • __rt_ob_length

Signature summary

function ob_get_clean(): mixed

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references