Help for this page
$max = ($x,$y)[$x<$y]; $min = ($x,$y)[$x>$y];
if ($x < $y ) { $max = $y; ... else { $max = $x; }