← All docs

stat() — internals

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

stat() — internals

Where it lives

Lowering notes

  • Lowers stat(path) and boxes the runtime stat array or PHP false result.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_fstat_array
  • __rt_lstat_array
  • __rt_stat_array

Signature summary

function stat(string $filename): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references