← All docs
__elephc_gmmktime_raw() — internals
Compiler internals for __elephc_gmmktime_raw(): lowering path, type checks, and runtime helpers.
__elephc_gmmktime_raw() — internals
Where it lives
- Signature:
src/builtins/system/__elephc_gmmktime_raw.rs - Lowering:
src/codegen/lower_inst/builtins/system.rs:151 (lower_gmmktime) - Function symbol:
lower_gmmktime()
Lowering notes
- Internal helper used by the gmmktime() builtin.
- Bypasses timezone handling and calls the runtime gmmktime helper directly.
Runtime helpers
The following runtime helpers are referenced:
__rt_checkdate__rt_getdate__rt_gmmktime
Signature summary
function __elephc_gmmktime_raw(int $hour, int $minute, int $second, int $month, int $day, int $year): int
What the type checker enforces
- Arity: takes exactly 6 arguments.
Cross-references
- No user-facing reference — this is a compiler internal helper.