← All docs

copy() — internals

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

copy() — internals

Where it lives

Lowering notes

  • Lowers copy(source, dest) through the target-aware runtime helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_copy
  • __rt_glob
  • __rt_scandir
  • __rt_tempnam

Signature summary

function copy(string $from, string $to): bool

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references