← All docs

xmlwriter_output_memory() — internals

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

xmlwriter_output_memory() — internals

Where it lives

Lowering notes

  • Implemented by the compiler-injected xml prelude.

Semantic descriptor

Shared contract implemented by an injected elephc-PHP prelude.

EIR and runtime boundary

Implemented by an injected elephc-PHP prelude.

Signature summary

function xmlwriter_output_memory(mixed $writer, bool $flush = true): string

What the type checker enforces

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

Eval interpreter (magician)

Cross-references