← All docs

chgrp() — internals

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

chgrp() — internals

Where it lives

Lowering notes

  • Lowers chgrp(path, group) for integer GIDs and string group names.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_umask

Signature summary

function chgrp(string $filename, string $group): bool

What the type checker enforces

  • Arity: takes exactly 2 arguments.

Eval interpreter (magician)

Cross-references