← All docs

timezone_location_get() — internals

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

timezone_location_get() — internals

Where it lives

Lowering notes

  • Implemented by the compiler-injected tz prelude.

Semantic descriptor

Shared contract implemented by an injected elephc-PHP prelude.

EIR and runtime boundary

Implemented by an injected elephc-PHP prelude.

Signature summary

function timezone_location_get(mixed $object): mixed

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Dispatched as a procedural date/time alias by crates/elephc-magician/src/interpreter/builtins/time/aliases.rs.

Cross-references