← All docs

pclose() — internals

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

pclose() — internals

Where it lives

Lowering notes

  • Lowers pclose(handle) and returns the child process status.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_pclose

Signature summary

function pclose(resource $handle): int

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references