← All docs

unlink() — internals

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

Where it lives

Lowering notes

  • Lowers unlink(path) through the target-aware runtime helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_mkdir
  • __rt_rmdir
  • __rt_unlink

Signature summary

function unlink(string $filename): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references