← All docs

stream_resolve_include_path() — internals

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

stream_resolve_include_path() — internals

Where it lives

Lowering notes

  • Lowers stream_resolve_include_path(filename) as realpath-backed string|false.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_realpath
  • __rt_stream_socket_server

Signature summary

function stream_resolve_include_path(string $filename): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references