← All docs

chown() — internals

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

chown() — internals

Where it lives

Lowering notes

  • Lowers chown(path, owner) for integer UIDs and string user names.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_umask

Signature summary

function chown(string $filename, string $user): bool

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references