<?php foreach ([ PHP_INT_MAX, PHP_INT_MAX + 1000, PHP_INT_MAX * 1000, PHP_INT_MAX * 1000, 1e30, ] as $v) { var_dump([$v, (int) $v]); }
You have javascript disabled. You will not be able to edit any code.