PHP_INT_MAX = $a

"; var_dump($a+2); $b = PHP_INT_MIN; echo "

PHP_INT_MIN = $b

"; var_dump($b); ?>