← All docs

__elephc_phar_set_stub() — internals

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

__elephc_phar_set_stub() — internals

Where it lives

Lowering notes

  • Lowers __elephc_phar_set_stub() into the stub-write bridge call.

Runtime helpers

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

Signature summary

function __elephc_phar_set_stub(string $filename, string $stub): bool

What the type checker enforces

  • Arity: takes exactly 2 arguments.

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.