← All docs

ftell() — internals

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

ftell() — internals

Where it lives

Lowering notes

  • Lowers ftell(stream) as lseek(fd, 0, SEEK_CUR).

Runtime helpers

The following runtime helpers are referenced:

  • __rt_user_wrapper_ftell

Signature summary

function ftell(resource $stream): int

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references