← All docs

grapheme_strrev() — internals

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

grapheme_strrev() — internals

Where it lives

Lowering notes

  • Lowers grapheme_strrev() and boxes its string|false result as Mixed.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_grapheme_strrev
  • __rt_strcopy

Signature summary

function grapheme_strrev(string $string): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references