← All docs

scandir() — internals

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

scandir() — internals

Where it lives

Lowering notes

  • Lowers scandir(path) through the target-aware runtime directory listing helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_glob
  • __rt_scandir

Signature summary

function scandir(string $directory): array

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references