← All docs

ctype_space() — internals

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

ctype_space() — internals

Where it lives

Lowering notes

  • Lowers ctype_space(string) by checking every byte against PHP’s ASCII whitespace set.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function ctype_space(string $text): bool

What the type checker enforces

  • Arity: takes exactly 1 argument.

Eval interpreter (magician)

Cross-references