← All docs

stream_context_create() — internals

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

stream_context_create() — internals

Where it lives

Lowering notes

  • Lowers stream_context_create(options?, params?).

Runtime helpers

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

Signature summary

function stream_context_create(array $options = null, array $params = null): mixed

What the type checker enforces

  • Arity: takes 0–2 arguments (2 optional).

Eval interpreter (magician)

Cross-references