← All docs

linkinfo() — internals

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

linkinfo() — internals

Where it lives

Lowering notes

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

Runtime helpers

The following runtime helpers are referenced:

  • __rt_link
  • __rt_linkinfo
  • __rt_readlink
  • __rt_symlink

Signature summary

function linkinfo(string $path): int

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references