← All docs

lstat() — internals

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

lstat() — internals

Where it lives

Lowering notes

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

Runtime helpers

The following runtime helpers are referenced:

  • __rt_fstat_array
  • __rt_lstat_array

Signature summary

function lstat(string $filename): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references