← All docs

stream_bucket_append() — internals

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

stream_bucket_append() — internals

Where it lives

Lowering notes

  • Lowers stream_bucket_append and stream_bucket_prepend over the _buckets array.

Runtime helpers

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

Signature summary

function stream_bucket_append(mixed $brigade, mixed $bucket): void

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references