← All docs

stream_set_read_buffer() — internals

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

stream_set_read_buffer() — internals

Where it lives

Lowering notes

  • Lowers stream read/write buffer setters as successful no-ops.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function stream_set_read_buffer(resource $stream, int $size): int

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references