← 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
- Signature:
crates/elephc-builtin-contract/src/catalog_data.rs - Lowering:
src/tz_prelude.rs:59 (timezone_location_get) - Function symbol:
timezone_location_get()
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.