← All docs

stream_set_blocking() — internals

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

stream_set_blocking() — internals

Where it lives

Lowering notes

  • Lowers stream_set_blocking(stream, enable).

Runtime helpers

The following runtime helpers are referenced:

  • __rt_stream_set_blocking
  • __rt_user_wrapper_set_option

Signature summary

function stream_set_blocking(resource $stream, bool $enable): bool

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references