← All docs
__elephc_phar_bzip2_archive() — internals
Compiler internals for __elephc_phar_bzip2_archive(): lowering path, type checks, and runtime helpers.
__elephc_phar_bzip2_archive() — internals
Where it lives
- Signature:
src/builtins/io/__elephc_phar_bzip2_archive.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:4116 (lower_elephc_phar_bzip2_archive) - Function symbol:
lower_elephc_phar_bzip2_archive()
Lowering notes
- Lowers
__elephc_phar_bzip2_archive(src)into the whole-archive bzip2 bridge, - returning the written destination path (or an empty string on failure).
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function __elephc_phar_bzip2_archive(string $src): string
What the type checker enforces
- Arity: takes exactly 1 argument.
Eval interpreter (magician)
Not callable from eval’d code — the magician interpreter has no entry for this builtin.
Cross-references
- No user-facing reference — this is a compiler internal helper.