← All docs

buffer_new() — internals

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

buffer_new() — internals

Where it lives

Runtime helpers

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

Signature summary

function buffer_new(int $length): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Cross-references