← All docs

feof() — internals

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

feof() — internals

Where it lives

Lowering notes

  • Lowers feof(stream) through the runtime EOF-flag table helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_feof
  • __rt_user_wrapper_ftell

Signature summary

function feof(resource $stream): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references