← All docs

rmdir() — internals

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

rmdir() — internals

Where it lives

Lowering notes

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

Runtime helpers

The following runtime helpers are referenced:

  • __rt_chdir
  • __rt_copy
  • __rt_rmdir
  • __rt_scandir
  • __rt_tempnam

Signature summary

function rmdir(string $directory): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references