← All docs

fstat() — internals

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

fstat() — internals

Where it lives

Lowering notes

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

Runtime helpers

The following runtime helpers are referenced:

  • __rt_fstat_array

Signature summary

function fstat(resource $stream): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references