← 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

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.