← All docs

realpath() — internals

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

realpath() — internals

Where it lives

Lowering notes

  • Lowers realpath(path) and boxes the owned runtime string-or-false result.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_realpath

Signature summary

function realpath(string $path): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references