- never return-only type indicating the function does not terminate: calls exit(), throws an exception, or is an infinite loop.
- Cannot be part of a union type declaration.
- mixed pseudo-type:
function parse_int(mixed $input)(in addition to bool, int, float, string, array, object, iterable, callable, self, parent and interface/class name).