← All docs

file() — internals

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

file() — internals

Where it lives

Lowering notes

  • Lowers file(path) through the target-aware runtime line-array helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_file
  • __rt_realpath

Signature summary

function file(string $filename): array

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references