← All docs

ob_get_status() — internals

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

ob_get_status() — internals

Where it lives

Lowering notes

  • Lowers ob_get_status([$full_status]) through the status-hash runtime helper
  • and boxes the hash pointer as a Mixed associative array.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_ob_get_status
  • __rt_ob_list_handlers

Signature summary

function ob_get_status(bool $full_status = false): array

What the type checker enforces

  • Arity: takes 0–1 arguments (1 optional).

Eval interpreter (magician)

Cross-references