← All docs

system() — internals

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

system() — internals

Where it lives

Lowering notes

  • Lowers system(command) through libc system() and returns the compiler’s empty string result.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_shell_exec

Signature summary

function system(string $command): string

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references