← All docs

fgets() — internals

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

fgets() — internals

Where it lives

Lowering notes

  • Lowers fgets(stream) through the shared line-read runtime helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_fgetc
  • __rt_fgets

Signature summary

function fgets(resource $stream): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references