← All docs

crc32() — internals

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

crc32() — internals

Where it lives

Lowering notes

  • Lowers crc32(string) through the shared checksum runtime helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_crc32
  • __rt_mb_strlen

Signature summary

function crc32(string $string): int

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references