← All docs

is_writeable() — internals

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

is_writeable() — internals

Where it lives

Lowering notes

  • Lowers is_writeable(path), PHP’s alias of is_writable(path).

Runtime helpers

The following runtime helpers are referenced:

  • __rt_is_executable
  • __rt_is_link
  • __rt_is_writable

Signature summary

function is_writeable(string $filename): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references