← All docs

gzinflate() — internals

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

gzinflate() — internals

Where it lives

Lowering notes

  • Lowers gzinflate(data, max_length?) and boxes zlib failures as PHP false.

Runtime helpers

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

Signature summary

function gzinflate(string $data, int $max_length = 0): mixed

What the type checker enforces

  • Arity: takes 1–2 arguments (1 optional).

Eval interpreter (magician)

Cross-references