← All docs
buffer_new() — internals
Compiler internals for buffer_new(): lowering path, type checks, and runtime helpers.
buffer_new() — internals
Where it lives
- Signature:
src/types/signatures.rs - Lowering:
(not lowered):0 - Function symbol:
(none — type-checker only)()
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.