$int constructor

$int(
  1. int $value
)

Wrap an int in a $int.

Implementation

$int(super.$value);