← All docs

stream_isatty() — internals

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

stream_isatty() — internals

Where it lives

Lowering notes

  • Lowers stream_isatty(stream).

Runtime helpers

The following runtime helpers are referenced:

  • __rt_stream_isatty

Signature summary

function stream_isatty(resource $stream): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references