← All docs

stream_set_chunk_size() — internals

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

stream_set_chunk_size() — internals

Where it lives

Lowering notes

  • Lowers stream_set_chunk_size(stream, size) and returns the previous size.

Runtime helpers

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

Signature summary

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

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references