← All docs

ob_list_handlers() — internals

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

ob_list_handlers() — internals

Where it lives

Lowering notes

  • Lowers ob_list_handlers() to the handler-name string-array helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_mixed_from_value
  • __rt_ob_list_handlers

Signature summary

function ob_list_handlers(): array

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references