← All docs

stream_context_get_options() — internals

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

stream_context_get_options() — internals

Where it lives

Lowering notes

  • Lowers stream_context_get_options(context).

Runtime helpers

The following runtime helpers are referenced:

  • __rt_hash_new
  • __rt_incref

Signature summary

function stream_context_get_options(resource $context): array

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references