← All docs

stream_context_set_params() — internals

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

stream_context_set_params() — internals

Where it lives

Lowering notes

  • Lowers stream_context_set_params(context, params) as an accepted parameter update.

Runtime helpers

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

Signature summary

function stream_context_set_params(resource $context, array $params): bool

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references