← All docs

stream_bucket_make_writeable() — internals

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

stream_bucket_make_writeable() — internals

Where it lives

Lowering notes

  • Lowers stream_bucket_make_writeable(brigade) by popping the brigade head.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_stdclass_get

Signature summary

function stream_bucket_make_writeable(mixed $brigade): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references